Skip to content

Commit

Permalink
Use the new -Oz compilation flag
Browse files Browse the repository at this point in the history
  • Loading branch information
George committed Oct 8, 2019
1 parent 0120130 commit 9228f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ To run the code, simply have Swift installed and run `swift test`.
```
clang \
--target=wasm32 \
-Os \
-Oz \
-flto \
-nostdlib \
-Wl,--no-entry \
Expand Down

0 comments on commit 9228f5c

Please sign in to comment.