]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/Makefile.common
Finally, rewrote bootrom and flasher program, much faster now
[proxmark3-svn] / common / Makefile.common
index d3aedda65d6355fa3ae21db0a688a0d74be2e5ca..2befd456d5c4df28718982babc08debba1586395 100644 (file)
@@ -65,8 +65,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=gnu99 $(APP_CFLAGS)
-#CFLAGS =  -c $(INCLUDE) -pedantic -std=gnu99 $(APP_CFLAGS)
+CFLAGS =  -c $(INCLUDE) -Wall -Werror -pedantic -std=c99 $(APP_CFLAGS) -Os
 LDFLAGS = -nostartfiles -nodefaultlibs -Wl,-gc-sections -n
 LIBS = -lgcc
 
Impressum, Datenschutz