Skip to content

Commit

Permalink
Update docs in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao authored Oct 8, 2024
1 parent 48a9910 commit c0f4d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ message("Boost sources successfully fetched into ${boost_SOURCE_DIR}")

set(CMAKE_EXECUTABLE_SUFFIX ".js" CACHE STRING "Binary type to be generated by Emscripten.")

# Set up extra compile and link options and append to the lists as necessary.
# Set up common compile and link options to be merged with other options as necessary.
set(CLP_FFI_JS_COMMON_COMPILE_OPTIONS
-fwasm-exceptions
)
Expand Down

0 comments on commit c0f4d68

Please sign in to comment.