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

13 lines
472 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
--- pegasus/mak/config-linux.mak.orig 2011-02-28 16:28:23.223507762 +0100
+++ pegasus/mak/config-linux.mak 2011-02-28 16:29:37.946019681 +0100
@@ -106,7 +106,7 @@ DYNAMIC_FLAGS += -fPIC
ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS
FLAGS += -g
else
- FLAGS += -s
2011-04-05 07:53:02 +00:00
+ FLAGS += -g
2011-03-01 11:20:40 +00:00
#
# The -fno-enforce-eh-specs is not available in 2.9.5 and it probably
# appeared in the 3.0 series of compilers.