Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2025 00:16:56 GMT
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7fd9096ff458 - main - devel/wasi-compiler-rt: sync CMAKE_ARGS from upstream
Message-ID:  <202503270016.52R0GuF0008521@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503270016.52R0GuF0008521>