Skip to content

Commit 04bf833

Browse files
author
Iain R. Learmonth
committed
Do not overwrite existing CFLAGS and LDFLAGS
1 parent 209a858 commit 04bf833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.linux

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ all : $(APPS) direwolf.desktop direwolf.conf
1212
@echo " "
1313

1414
CC := gcc
15-
CFLAGS := -O3 -pthread -Igeotranz
15+
CFLAGS += -O3 -pthread -Igeotranz
1616

17-
LDFLAGS := -lm -lpthread -lrt
17+
LDFLAGS += -lm -lpthread -lrt
1818

1919

2020

0 commit comments

Comments
 (0)