We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cc816 commit c398b13Copy full SHA for c398b13
bloom/generators/debian/templates/meson/rules.em
@@ -32,7 +32,8 @@ override_dh_auto_configure:
32
--prefix="@(InstallationPrefix)" \
33
--cmake-prefix-path="@(InstallationPrefix)" \
34
--libdir=lib \
35
- --libexecdir=lib
+ --libexecdir=lib \
36
+ --strip
37
38
override_dh_auto_build:
39
if [ -f "@(InstallationPrefix)/setup.sh" ]; then . "@(InstallationPrefix)/setup.sh"; fi && \
@@ -50,3 +51,7 @@ override_dh_shlibdeps:
50
51
override_dh_auto_install:
52
53
dh_auto_install
54
+
55
+# do not strip ELF binaries
56
+override_dh_strip:
57
+ true
0 commit comments