[llvm] [Support] Vendor rpmalloc in-tree and use it for the Windows 64-bit release (PR #91862)
Alexandre Ganea via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 04:56:05 PDT 2024
================
@@ -163,6 +163,8 @@ set common_cmake_flags=^
-DCLANG_ENABLE_LIBXML2=OFF ^
-DCMAKE_C_FLAGS="%common_compiler_flags%" ^
-DCMAKE_CXX_FLAGS="%common_compiler_flags%" ^
+ -DLLVM_ENABLE_RPMALLOC=ON ^
+ -DLLVM_ENABLE_PDB=ON ^
----------------
aganea wrote:
Removed, I had it for debugging. Will propose that separately.
https://github.com/llvm/llvm-project/pull/91862
More information about the llvm-commits
mailing list