]> 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 9ff05c5005e67e2a840f8081c8d0cf8922d056a5..2befd456d5c4df28718982babc08debba1586395 100644 (file)
@@ -65,7 +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=c99 $(APP_CFLAGS)
+CFLAGS =  -c $(INCLUDE) -Wall -Werror -pedantic -std=c99 $(APP_CFLAGS) -Os
 LDFLAGS = -nostartfiles -nodefaultlibs -Wl,-gc-sections -n
 LIBS = -lgcc
 
Impressum, Datenschutz