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=5b33dad08a59809b64b24cd3483d2b5bd836525b;p=sgx.git disable debug symbols avoid bloat, nobody is going to debug this anyway --- diff --git a/Makefile b/Makefile index de598ea..bfbbec7 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,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))