Skip to content

Commit 3cc1215

Browse files
committed
Change defaults
1 parent 3324bfc commit 3cc1215

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'wasi-sdk-*'
77
branches:
88
- main
9-
- cpp-exceptions-test
9+
- cpp-exceptions
1010

1111
pull_request:
1212
workflow_dispatch:

cmake/wasi-sdk-sysroot.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ option(WASI_SDK_DEBUG_PREFIX_MAP "Pass `-fdebug-prefix-map` for built artifacts"
2424
option(WASI_SDK_INCLUDE_TESTS "Whether or not to build tests by default" OFF)
2525
option(WASI_SDK_INSTALL_TO_CLANG_RESOURCE_DIR "Whether or not to modify the compiler's resource directory" OFF)
2626
option(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)
2828
set(WASI_SDK_CPU_CFLAGS "-mcpu=lime1" CACHE STRING "CFLAGS to specify wasm features to enable")
2929

3030
set(wasi_tmp_install ${CMAKE_CURRENT_BINARY_DIR}/install)

0 commit comments

Comments
 (0)