Package: roc-toolkit / 0.4.0+dfsg-5

Don-t-strip-symbols.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Don't strip symbols, let dh_strip do its job.
Author: Dylan Aïssi <daissi@debian.org>
Forwarded: not-needed

--- a/src/SConscript
+++ b/src/SConscript
@@ -101,7 +101,7 @@
 
     # shared library
     if not GetOption('disable_shared'):
-        should_strip = not GetOption('enable_debug') and libs_env.SupportsStripSharedLibrary()
+        should_strip = False
 
         libroc_shared = libs_env.SharedLibrary(
             'roc_unstripped' if should_strip else 'roc',