mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-31 04:39:49 +08:00
removed commented out CFLAGS setting (probably committed by mistake)
This commit is contained in:
parent
2414f97889
commit
18d4eec685
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ VPATH = . ../common/ ../fpga/
|
|||
INCLUDES = ../include/proxmark3.h ../include/at91sam7s512.h ../include/config_gpio.h ../include/usb_cmd.h $(APP_INCLUDES)
|
||||
|
||||
CFLAGS = -c $(INCLUDE) -Wall -Werror -pedantic -std=gnu99 $(APP_CFLAGS)
|
||||
#CFLAGS = -c $(INCLUDE) -pedantic -std=gnu99 $(APP_CFLAGS)
|
||||
LDFLAGS = -nostartfiles -nodefaultlibs -Wl,-gc-sections -n
|
||||
LIBS = -lgcc
|
||||
|
||||
|
|
Loading…
Reference in a new issue