From: dn337t@gmail.com Date: Tue, 3 Jul 2012 12:14:46 +0000 (+0000) Subject: removed commented out CFLAGS setting (probably committed by mistake) X-Git-Tag: v1.0.0~176 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/18d4eec685bba58f60c19cd7ad6fdf60000e73ba removed commented out CFLAGS setting (probably committed by mistake) --- 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