Skip to content

Commit a22103e

Browse files
committed
fix compile warning
1 parent 6b5d418 commit a22103e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/EthCompilerSettings.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU") OR ("${CMAKE_CXX_COMPILER_ID}" MA
107107
# Disable eval()
108108
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -s NO_DYNAMIC_EXECUTION=1")
109109
# Disable greedy exception catcher
110-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -s NODEJS_CATCH_EXIT=0")
110+
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -s NODEJS_CATCH_EXIT=0")
111111
# Abort if linking results in any undefined symbols
112112
# Note: this is on by default in the CMake Emscripten module which we aren't using
113113
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -s ERROR_ON_UNDEFINED_SYMBOLS=1")

0 commit comments

Comments
 (0)