remove debug symbols

This commit is contained in:
iceman1001 2020-10-06 23:46:56 +02:00
commit 634270f172

View file

@ -272,7 +272,6 @@ PM3CFLAGS = $(CFLAGS)
PM3CFLAGS += -I./src -I../include -I../common -I../common_fpga $(INCLUDES)
# WIP Testing
#PM3CFLAGS += -std=c11 -pedantic
PM3CFLAGS += -g
PREFIX ?= /usr/local
ifneq (,$(findstring MINGW,$(platform)))