13 lines
473 B
Diff
13 lines
473 B
Diff
|
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
|
||
|
+ #FLAGS += -s
|
||
|
#
|
||
|
# The -fno-enforce-eh-specs is not available in 2.9.5 and it probably
|
||
|
# appeared in the 3.0 series of compilers.
|