mirror of
https://github.com/trholding/llama2.c.git
synced 2026-02-06 11:26:53 +00:00
Merge pull request #149 from murilocurti/fix/makefile-win64-gcc
fix: Use correct compiler for Win64 GCC in Makefile
This commit is contained in:
commit
4a1250e874
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user