Skip to content

Commit aeed2ba

Browse files
committed
allow CFLAGS, LDFLAGS initial values from env
e.g. $ CFLAGS="-fPIE" make github: closes kdlucas#44
1 parent 35efe5e commit aeed2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnixBench/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ endif
9999

100100

101101
## generic gcc CFLAGS. -DTIME must be included.
102-
CFLAGS = -Wall -pedantic $(OPTON) -I $(SRCDIR) -DTIME
102+
CFLAGS += -Wall -pedantic $(OPTON) -I $(SRCDIR) -DTIME
103103

104104

105105
##############################################################################

0 commit comments

Comments
 (0)