Merge pull request #160 from GabrielJadderson/add-fp-fast

Add fp:fast for better performance on windows
This commit is contained in:
Andrej
2023-08-01 08:49:43 -07:00
committed by GitHub
+1 -1
View File
@@ -1 +1 @@
cl.exe /Ox /openmp /I. run.c win.c
cl.exe /fp:fast /Ox /openmp /I. run.c win.c