diff --git a/emsdk.py b/emsdk.py index 28040f8..1b5fc79 100644 --- a/emsdk.py +++ b/emsdk.py @@ -1543,7 +1543,7 @@ def build_binaryen_tool(tool): build_type = decide_cmake_build_type(tool) # Configure - args = [] + args = ['-DENABLE_WERROR=0'] # -Werror is not useful for end users cmake_generator = CMAKE_GENERATOR if 'Visual Studio 16' in CMAKE_GENERATOR: # VS2019