tog-pegasus/pegasus-2.10.0-dont-strip.patch

12 lines
496 B
Diff
Raw Normal View History

2011-03-01 11:20:40 +00:00
diff -up pegasus/mak/config-linux.mak.orig pegasus/mak/config-linux.mak
2015-04-08 11:11:12 +00:00
--- pegasus/mak/config-linux.mak.orig 2015-03-31 15:25:23.735154221 +0200
+++ pegasus/mak/config-linux.mak 2015-03-31 15:26:29.349434918 +0200
@@ -127,6 +127,7 @@ else
2011-03-01 11:20:40 +00:00
# appeared in the 3.0 series of compilers.
2013-09-03 10:30:53 +00:00
#
ifeq ($(COMPILER), gnu)
+ FLAGS += -g
2015-04-08 11:11:12 +00:00
# disable the strict aliasing
2013-09-03 10:30:53 +00:00
ifeq ($(shell expr $(GCC_VERSION) '>=' 3.0), 1)
2015-04-08 11:11:12 +00:00
PEGASUS_EXTRA_CXX_FLAGS += -fno-enforce-eh-specs -fno-strict-aliasing