aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-07-11 16:23:25 +0100
committergingerBill <bill@gingerbill.org>2021-07-11 16:23:25 +0100
commita1a1668dcf024033b0b011eaf39bc89e505ee86f (patch)
tree5fd40a186c9ddcede5249c2e976220be9108b24f /Makefile
parente308098f181813570dbe0f7ce2a3a4f6444334d7 (diff)
Update build.bat and Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 00d7d27d8..b0956dd1e 100644
--- a/Makefile
+++ b/Makefile
@@ -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: