compile sim with ofast

This commit is contained in:
Redo
2022-11-05 00:41:38 -06:00
parent c73fea8cca
commit 1d465b09f7
4 changed files with 3 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
gcc compiled_sim.c -shared -o compiled_sim.dll -Wall -Werror
gcc compiled_sim.c -shared -o compiled_sim.dll -Wall -Werror -Ofast
pause