Skip to content

Commit 78a7fe6

Browse files
authored
Update Emscripten-build-instructions.md
1 parent a52d65b commit 78a7fe6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Emscripten-build-instructions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ emcmake cmake -DCMAKE_BUILD_TYPE=Release `
131131
-DCLANG_BUILD_TOOLS=OFF `
132132
-G Ninja `
133133
..\llvm
134-
$env:EMCC_CFLAGS="-Oz" emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm
134+
$env:EMCC_CFLAGS="-Oz"
135+
emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm
136+
$env:EMCC_CFLAGS=""
135137
```
136138

137139
on Windows. Once this finishes building we need to take note of where we built our llvm build. This can be done by executing the following on Linux and osx

0 commit comments

Comments
 (0)