Skip to content

Commit ee75d01

Browse files
authored
Update Emscripten-build-instructions.rst
1 parent 78a7fe6 commit ee75d01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Emscripten-build-instructions.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ or executing
151151
-DCLANG_BUILD_TOOLS=OFF `
152152
-G Ninja `
153153
..\llvm
154-
$env:EMCC_CFLAGS="-Oz" emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm
154+
$env:EMCC_CFLAGS="-Oz"
155+
emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm
156+
$env:EMCC_CFLAGS=""
155157
156158
on Windows. Once this finishes building we need to take note of where we built our llvm build.
157159
This can be done by executing the following on Linux and osx

0 commit comments

Comments
 (0)