mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-03-15 13:33:10 +00:00
remove impure flag -march=native from config.nims
This commit is contained in:
parent
7bc912426a
commit
310944dae7
@ -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