diff --git a/common/Makefile.common b/common/Makefile.common index d3aedda65..d89683270 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -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