From 634270f1729b49d8d74e08f05d6cb63e5a652e87 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 6 Oct 2020 23:46:56 +0200 Subject: [PATCH] remove debug symbols --- client/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index 3477c560a..e2689edd5 100644 --- a/client/Makefile +++ b/client/Makefile @@ -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)))