mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-02-17 04:13:30 +00:00
remove impure flag -march=native from config.nims
This commit is contained in:
parent
9cb4eb3528
commit
1403bc0bec
@ -56,9 +56,6 @@ elif defined(macosx) and defined(arm64):
|
||||
switch("passC", "-mcpu=apple-m1")
|
||||
switch("passL", "-mcpu=apple-m1")
|
||||
else:
|
||||
if not defined(android):
|
||||
switch("passC", "-march=native")
|
||||
switch("passL", "-march=native")
|
||||
if defined(windows):
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65782
|
||||
# ("-fno-asynchronous-unwind-tables" breaks Nim's exception raising, sometimes)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user