File pegasus-no-strip.patch of Package tog-pegasus
--- mak/config-linux.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- mak/config-linux.mak.orig +++ mak/config-linux.mak @@ -119,7 +119,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.