git: 7fd9096ff458 - main - devel/wasi-compiler-rt: sync CMAKE_ARGS from upstream

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Thu, 27 Mar 2025 00:16:56 UTC
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7fd9096ff4589128f791e33b50933ef6d698a1a2

commit 7fd9096ff4589128f791e33b50933ef6d698a1a2
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2025-03-27 00:10:27 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2025-03-27 00:10:27 +0000

    devel/wasi-compiler-rt: sync CMAKE_ARGS from upstream
    
    Prepare for devel/wasi-compiler-rt20
---
 devel/wasi-compiler-rt/Makefile | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/devel/wasi-compiler-rt/Makefile b/devel/wasi-compiler-rt/Makefile
index 352058337db0..77fcc3afc679 100644
--- a/devel/wasi-compiler-rt/Makefile
+++ b/devel/wasi-compiler-rt/Makefile
@@ -60,6 +60,14 @@ CMAKE_ARGS=	-DCMAKE_SYSTEM_NAME=WASI \
 		-DCOMPILER_RT_HAS_FPIC_FLAG=OFF \
 		-DCOMPILER_RT_ENABLE_IOS=OFF \
 		-DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON \
+		-DCOMPILER_RT_BUILD_SANITIZERS=OFF \
+		-DCOMPILER_RT_BUILD_XRAY=OFF \
+		-DCOMPILER_RT_BUILD_LIBFUZZER=OFF \
+		-DCOMPILER_RT_BUILD_PROFILE=OFF \
+		-DCOMPILER_RT_BUILD_CTX_PROFILE=OFF \
+		-DCOMPILER_RT_BUILD_MEMPROF=OFF \
+		-DCOMPILER_RT_BUILD_ORC=OFF \
+		-DCOMPILER_RT_BUILD_GWP_ASAN=OFF \
 		-DCOMPILER_RT_OS_DIR=wasi
 CMAKE_INSTALL_PREFIX=	${LLVM_PREFIX}/lib/clang/${LLVM_VERSION}