setting -Dstrip=false conflicts with --strip (conditionally added by

meson.port.mk on !DEBUG_PACKAGES archs)
This commit is contained in:
sthen
2025-12-21 12:06:23 +00:00
parent b620bb1f28
commit 2df29a7996
+4 -1
View File
@@ -75,6 +75,9 @@ CONFIGURE_ARGS += -D${lib}:default_library=shared
.endfor
DEBUG_PACKAGES = ${BUILD_PACKAGES}
CONFIGURE_ARGS += -Ddebug=true -Dstrip=false
.include <bsd.port.mk>
.if empty(INSTALL_STRIP)
CONFIGURE_ARGS += -Ddebug=true -Dstrip=false
.endif