disable debug symbols
authorGrazvydas Ignotas <notasas@gmail.com>
Mon, 11 Feb 2013 01:48:52 +0000 (03:48 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Tue, 15 Oct 2013 23:26:40 +0000 (02:26 +0300)
avoid bloat, nobody is going to debug this anyway

Makefile

index 17d28ec..c0f2211 100644 (file)
--- 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)