Skip to content

Commit

Permalink
Remove extraneous rustflags
Browse files Browse the repository at this point in the history
  • Loading branch information
scroggo authored Dec 6, 2024
1 parent 5774519 commit af207f8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/toolchain/export-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,7 @@ rustflags = [
"-C", "link-args=-pthread", # was -sUSE_PTHREADS=1 in earlier emscripten versions
"-C", "target-feature=+atomics,+bulk-memory,+mutable-globals",
"-Zlink-native-libraries=no",
"-Clink-arg=-fwasm-exceptions",
"-Clink-args=-sDISABLE_EXCEPTION_CATCHING=1",
"-Clink-args=-sEXPORT_ALL=1",
"-Clink-args=-sSUPPORT_LONGJMP=wasm",
"-Cllvm-args=-enable-emscripten-cxx-exceptions=0",
"-Cllvm-args=-wasm-enable-sjlj",
]
```

Expand Down

0 comments on commit af207f8

Please sign in to comment.