Add build step for win64 msys2/mingw

This commit is contained in:
Aydyn Tairov
2023-07-29 23:55:23 +01:00
parent f61807d6ea
commit bc36686786
2 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ runomp: run.c
.PHONY: win64
win64:
x86_64-w64-mingw32-gcc-win32 -Ofast -D_WIN32 -o run.exe -I. run.c win.c
x86_64-w64-mingw32-gcc -Ofast -D_WIN32 -o run.exe -I. run.c win.c
# compiles with gnu99 standard flags for amazon linux, coreos, etc. compatibility
.PHONY: rungnu