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 78a7fe6 commit ee75d01Copy full SHA for ee75d01
docs/Emscripten-build-instructions.rst
@@ -151,7 +151,9 @@ or executing
151
-DCLANG_BUILD_TOOLS=OFF `
152
-G Ninja `
153
..\llvm
154
- $env:EMCC_CFLAGS="-Oz" emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm
+ $env:EMCC_CFLAGS="-Oz"
155
+ emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm
156
+ $env:EMCC_CFLAGS=""
157
158
on Windows. Once this finishes building we need to take note of where we built our llvm build.
159
This can be done by executing the following on Linux and osx
0 commit comments