]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/Makefile.common
Merge branch 'master' of https://github.com/Proxmark/proxmark3
[proxmark3-svn] / common / Makefile.common
index b30294a8e940dff2a3cc717f7f77f9eda1d1165b..7e264d286a8a5a61186834f75ae0c22fd0f313ca 100644 (file)
@@ -66,10 +66,10 @@ 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 
+LIBS = -lgcc
 
 THUMBOBJ = $(patsubst %.c,$(OBJDIR)/%.o,$(THUMBSRC))
 ARMOBJ   = $(ARMSRC:%.c=$(OBJDIR)/%.o)
Impressum, Datenschutz