File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - ' wasi-sdk-*'
77 branches :
88 - main
9- - cpp-exceptions-test
9+ - cpp-exceptions
1010
1111 pull_request :
1212 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ option(WASI_SDK_DEBUG_PREFIX_MAP "Pass `-fdebug-prefix-map` for built artifacts"
2424option (WASI_SDK_INCLUDE_TESTS "Whether or not to build tests by default" OFF )
2525option (WASI_SDK_INSTALL_TO_CLANG_RESOURCE_DIR "Whether or not to modify the compiler's resource directory" OFF )
2626option (WASI_SDK_LTO "Whether or not to build LTO assets" ON )
27- option (WASI_SDK_EXCEPTIONS "Whether or not C++ exceptions are enabled" OFF )
27+ option (WASI_SDK_EXCEPTIONS "Whether or not C++ exceptions are enabled" ON )
2828set (WASI_SDK_CPU_CFLAGS "-mcpu=lime1" CACHE STRING "CFLAGS to specify wasm features to enable" )
2929
3030set (wasi_tmp_install ${CMAKE_CURRENT_BINARY_DIR } /install)
You can’t perform that action at this time.
0 commit comments