Skip to content

Commit 356f74c

Browse files
Add fp fast for better performance on windows
1 parent fd68dd2 commit 356f74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_msvc.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cl.exe /Ox /openmp /I. run.c win.c
1+
cl.exe /fp:fast /Ox /openmp /I. run.c win.c

0 commit comments

Comments
 (0)