We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0992ad5 commit 2e1e02eCopy full SHA for 2e1e02e
emsdk.py
@@ -1315,6 +1315,7 @@ def build_binaryen_tool(tool):
1315
# Configure
1316
cmake_generator, args = get_generator_and_config_args(tool)
1317
args += ['-DENABLE_WERROR=0'] # -Werror is not useful for end users
1318
+ args += ['-DBUILD_TESTS=0'] # We don't want to build or run tests
1319
1320
if 'Visual Studio' in CMAKE_GENERATOR:
1321
if BUILD_FOR_TESTING:
0 commit comments