git: dbcb104b0808 - main - graphics/vkd3d: strip non-debug builds
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Mar 2022 17:51:41 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dbcb104b0808524fbee7ea13ae0b06b464ac5d10
commit dbcb104b0808524fbee7ea13ae0b06b464ac5d10
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-03-03 16:21:49 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-03-03 17:50:31 +0000
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}
---
graphics/vkd3d/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/graphics/vkd3d/Makefile b/graphics/vkd3d/Makefile
index 45d99ab4ac7d..e86ccfaa7193 100644
--- a/graphics/vkd3d/Makefile
+++ b/graphics/vkd3d/Makefile
@@ -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