optimize c output

This commit is contained in:
Felix Roos
2024-01-10 21:49:04 +01:00
parent cb59d632a8
commit 700f0be0ba
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -33,6 +33,6 @@ npx http-server .. -o
```sh
# brew install emscripten
cd csaw
emcc csaw.c -o csaw
emcc -O2 csaw.c -o csaw
npx http-server .. -o
```
Binary file not shown.