Building debug package fails with:

"libigraph.so.2.0.dbg: Unknown DWARF DW_OP_182"

Disable building of debug package for non-ld.lld arches

Fixes build on sparc64
master
kmos 2023-04-07 23:28:59 +00:00
parent 9f9ff9a324
commit 3fcb8f7fb0
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ CONFIGURE_ARGS += -DBUILD_SHARED_LIBS=ON \
.include <bsd.port.arch.mk>
.if ${PROPERTIES:Mlld}
CONFIGURE_ARGS += -DIGRAPH_ENABLE_LTO=ON
.endif
DEBUG_PACKAGES = ${BUILD_PACKAGES}
.endif
.include <bsd.port.mk>