From: Grazvydas Ignotas Date: Mon, 11 Feb 2013 01:48:52 +0000 (+0200) Subject: disable debug symbols X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41914a29b7b55974e16db1c01ee210ffc4d15b72;p=sgx.git disable debug symbols avoid bloat, nobody is going to debug this anyway --- diff --git a/Makefile b/Makefile index 899e158..7d10b7c 100644 --- a/Makefile +++ b/Makefile @@ -152,7 +152,7 @@ CBUILD.timing = -DTIMING CBUILD.release = -DRELEASE CFLAGS.debug = -g -O0 -DDLL_METRIC=1 CFLAGS.timing = $(OPTIM) -g -DDLL_METRIC=1 -DTIMING -CFLAGS.release = $(OPTIM) -g +CFLAGS.release = $(OPTIM) CFLAGS = $(CFLAGS.$(BUILD)) ifeq ($(EXTRA_EXTRA_WARNINGS),1)