From 18d4eec685bba58f60c19cd7ad6fdf60000e73ba Mon Sep 17 00:00:00 2001 From: "dn337t@gmail.com" Date: Tue, 3 Jul 2012 12:14:46 +0000 Subject: [PATCH] removed commented out CFLAGS setting (probably committed by mistake) --- common/Makefile.common | 1 - 1 file changed, 1 deletion(-) diff --git a/common/Makefile.common b/common/Makefile.common index d3aedda6..d8968327 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 -- 2.39.2