From: Grazvydas Ignotas Date: Tue, 22 May 2012 23:59:32 +0000 (+0300) Subject: drop debug symbol build X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=315e5f076e88c75db907f30381c341ffa61298b3;p=sgx.git drop debug symbol build only bloats the .ko's --- diff --git a/Makefile b/Makefile index 4f87695..1e1b41d 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,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))