2014-08-25 12:39:11 +00:00
|
|
|
SLE needs debugging information even for optimized binaries.
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Libor Pechacek <lpechacek@suse.cz>
|
2016-11-25 16:35:52 +00:00
|
|
|
Index: splix-2.0.0.315/Makefile
|
2014-08-25 12:39:11 +00:00
|
|
|
===================================================================
|
2016-11-25 16:35:52 +00:00
|
|
|
--- splix-2.0.0.315.orig/Makefile 2016-11-25 14:36:14.303965938 +0100
|
|
|
|
|
+++ splix-2.0.0.315/Makefile 2016-11-25 14:36:21.779850424 +0100
|
2014-08-25 12:39:11 +00:00
|
|
|
@@ -74,8 +74,8 @@ comma := ,
|
|
|
|
|
|
|
|
|
|
DEBUG_CFLAGS := -O0 -g
|
|
|
|
|
DEBUG_CXXFLAGS := -O0 -g
|
|
|
|
|
-OPTIM_CFLAGS := -O2
|
|
|
|
|
-OPTIM_CXXFLAGS := -O2
|
|
|
|
|
+OPTIM_CFLAGS := -O2 -g
|
|
|
|
|
+OPTIM_CXXFLAGS := -O2 -g
|
|
|
|
|
|
|
|
|
|
ARCHI := $(shell uname -s)
|
|
|
|
|
|