graphics/vkd3d: strip non-debug builds
====> Running Q/A tests (stage-qa) Warning: 'lib/libvkd3d-utils.so.1.1.0' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/libvkd3d-shader.so.1.0.0' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/libvkd3d.so.1.2.0' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
This commit is contained in:
parent
b0b51dd2a7
commit
dbcb104b08
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ USES= gmake libtool localbase pkgconfig tar:xz
|
|||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-doxygen-doc --with-spirv-tools
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
# XXX Move to a separate port (a la graphics/vulkan-headers) and maybe make
|
||||
|
|
Loading…
Reference in a new issue