mirror of
https://github.com/kdlucas/byte-unixbench.git
synced 2026-08-04 03:03:29 +08:00
allow CFLAGS, LDFLAGS initial values from env
e.g. $ CFLAGS="-fPIE" make github: closes #44
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
##############################################################################
|
||||
|
||||
Reference in New Issue
Block a user