]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/Makefile.common
ADD: piwi's compiler flags -O2
[proxmark3-svn] / common / Makefile.common
index 9e8bfdf0e30530d2554f13bfb1ffe1a5c7bf0114..445ede1f779b3353dc4a8c1559c46b43ef92375d 100644 (file)
@@ -66,7 +66,7 @@ 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=c99 $(APP_CFLAGS) -Os
+CFLAGS =  -c $(INCLUDE) -Wall -Werror -pedantic -std=c99 -Os $(APP_CFLAGS)
 LDFLAGS = -nostartfiles -nodefaultlibs -Wl,-gc-sections -n
 
 LIBS = -lgcc
Impressum, Datenschutz