mirror of
https://github.com/kdlucas/byte-unixbench.git
synced 2024-12-11 23:30:07 +08:00
allow CFLAGS, LDFLAGS initial values from env
e.g. $ CFLAGS="-fPIE" make github: closes #44
This commit is contained in:
parent
35efe5e575
commit
aeed2ba662
@ -99,7 +99,7 @@ endif
|
||||
|
||||
|
||||
## generic gcc CFLAGS. -DTIME must be included.
|
||||
CFLAGS = -Wall -pedantic $(OPTON) -I $(SRCDIR) -DTIME
|
||||
CFLAGS += -Wall -pedantic $(OPTON) -I $(SRCDIR) -DTIME
|
||||
|
||||
|
||||
##############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user