Update build.bat and Makefile

This commit is contained in:
gingerBill
2021-07-11 16:23:25 +01:00
parent e308098f18
commit a1a1668dcf
3 changed files with 2 additions and 14 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ debug:
release:
$(CC) src/main.cpp src/libtommath.c $(DISABLED_WARNINGS) $(CFLAGS) -O3 $(LDFLAGS) -o odin
release-native:
release_native:
$(CC) src/main.cpp src/libtommath.c $(DISABLED_WARNINGS) $(CFLAGS) -O3 -march=native $(LDFLAGS) -o odin
nightly: