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 ade664d commit 3af358fCopy full SHA for 3af358f
debian/rules
@@ -56,6 +56,9 @@ endif
56
configure_options += --enable-ipv6
57
configure_options += --with-dbm-type=gdbm_compat
58
59
+# do not compress debug sections for arch-dep Ruby packages with dh_compat 12
60
+configure_options += --with-compress-debug-sections=no
61
+
62
# hardening and other standard Debian build flags
63
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
64
configure_options += $(shell dpkg-buildflags --export=configure)
0 commit comments