]> WPIA git - cassiopeia.git/commitdiff
cfg: Partially optimize debug builds
authorBenny Baumann <BenBE1987@gmx.net>
Sun, 26 Feb 2017 00:13:20 +0000 (01:13 +0100)
committerBenny Baumann <BenBE1987@gmx.net>
Sun, 26 Feb 2017 00:13:20 +0000 (01:13 +0100)
Change-Id: I0eeed3d577419beae3de8335660d241cfeeca236

Makefile
test/Makefile

index 74caedfec89165288246c0286c7cbac77f0c20e2..6a47d63a08a5deba5dbb4dd1ef4a3170d1ea3072 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ CXX_DEP=g++
 LD=libtool --mode=link g++
 
 ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
-CFLAGS+=-DNO_DAEMON -g
+CFLAGS+=-DNO_DAEMON -g -Og
 endif
 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
     CFLAGS += -O0
index 3e55b135ef43408ca7c762eb21d6cd4df1553672..756e9a24305e7e8cbc0b6576c49d10e71bb74b6c 100644 (file)
@@ -16,7 +16,7 @@ CXX_DEP=g++
 LD=libtool --mode=link g++
 
 ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
-CFLAGS+=-DNO_DAEMON -g
+CFLAGS+=-DNO_DAEMON -g -Og
 endif
 
 CFLAGS+=${ADDFLAGS} -Wall -Werror -Wextra -pedantic -std=c++11 -I../src -I../lib/openssl/include