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=70ea1a6aa3b48953e6c1653243508d04e375d9b1;p=sgx.git disable debug symbols avoid bloat, nobody is going to debug this anyway --- diff --git a/Makefile b/Makefile index 17d28ec..c0f2211 100644 --- a/Makefile +++ b/Makefile @@ -160,7 +160,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)