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

13 lines
459 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
2013-09-03 10:30:53 +00:00
--- pegasus/mak/config-linux.mak.orig 2013-08-27 15:22:41.313769266 +0200
+++ pegasus/mak/config-linux.mak 2013-08-27 15:23:45.137019051 +0200
@@ -125,7 +125,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 += -s
+ FLAGS += -g
ifeq ($(shell expr $(GCC_VERSION) '>=' 3.0), 1)
EXTRA_CXX_FLAGS += -fno-enforce-eh-specs
endif