Skip to content

Commit 13ebad7

Browse files
committed
chore: Build wasi and emscripten workflows in release
1 parent db940c5 commit 13ebad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakePresets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"cacheVariables": {
3232
"CMAKE_EXPORT_COMPILE_COMMANDS": "YES",
3333
"CMAKE_TOOLCHAIN_FILE": "$env{EMSCRIPTEN_ROOT}/cmake/Modules/Platform/Emscripten.cmake",
34-
"CMAKE_BUILD_TYPE": "Debug",
34+
"CMAKE_BUILD_TYPE": "Release",
3535
"CMAKE_INSTALL_PREFIX": "${sourceDir}/build.em/install/usr",
3636
"CMAKE_INTERPROCEDURAL_OPTIMIZATION": "YES",
3737
"CXX_ENABLE_FLATBUFFERS": "NO",
@@ -51,7 +51,7 @@
5151
"cacheVariables": {
5252
"CMAKE_EXPORT_COMPILE_COMMANDS": "YES",
5353
"CMAKE_TOOLCHAIN_FILE": "$env{WASI_SDK_ROOT}/share/cmake/wasi-sdk.cmake",
54-
"CMAKE_BUILD_TYPE": "Debug",
54+
"CMAKE_BUILD_TYPE": "Release",
5555
"CMAKE_INSTALL_PREFIX": "${sourceDir}/build.wasi/install/usr",
5656
"CMAKE_INTERPROCEDURAL_OPTIMIZATION": "YES",
5757
"CXX_ENABLE_FLATBUFFERS": "NO",

0 commit comments

Comments
 (0)