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.
--fresh
1 parent 21562ec commit 217185cCopy full SHA for 217185c
pyodide_build/pywasmcross.py
@@ -521,10 +521,6 @@ def handle_command_generate_args( # noqa: C901
521
"emcmake",
522
"cmake",
523
*flags,
524
- # Since we create a temporary directory and install compiler symlinks every time,
525
- # CMakeCache.txt will contain invalid paths to the compiler when re-running,
526
- # so we need to tell CMake to ignore the existing cache and build from scratch.
527
- "--fresh",
528
]
529
return line
530
elif cmd == "meson":
0 commit comments