summaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
authorKanashimia <chad@redpilled.dev>2024-11-23 00:48:36 +0200
committerGitHub <noreply@github.com>2024-11-22 14:48:36 -0800
commit8e28e51f826931857828dc43d138c5169fcc40e4 (patch)
tree88e9c03890baba6e3e577f30f9aa4cabcc2fcaf2 /CMakePresets.json
parentd7c735fadfd497942dc0ce6f0819019568b6e563 (diff)
Enable core module embedding by default in CMake. (#5644)
It seems that release workflows were unexpectedly broken when STDLIB was renamed to CORE_MODULE. Changed the option default because I think it just makes more sense. Removed explicit calls to enable it. Fixed docs.
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 34a1c15df..b09d1fff1 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -22,7 +22,6 @@
"binaryDir": "${sourceDir}/build.em",
"cacheVariables": {
"SLANG_SLANG_LLVM_FLAVOR": "DISABLE",
- "SLANG_EMBED_CORE_MODULE": "ON",
"CMAKE_C_FLAGS_INIT": "-fwasm-exceptions -Os",
"CMAKE_CXX_FLAGS_INIT": "-fwasm-exceptions -Os",
"CMAKE_EXE_LINKER_FLAGS": "-sASSERTIONS -sALLOW_MEMORY_GROWTH -fwasm-exceptions --export=__cpp_exception"