mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-14 04:03:20 +00:00
rm linux guard in config.nims as not needed
This commit is contained in:
parent
dfdf6ae784
commit
c2c8fb9f9d
@ -57,7 +57,7 @@ else:
|
||||
if not defined(android):
|
||||
switch("passC", "-march=native")
|
||||
switch("passL", "-march=native")
|
||||
if defined(windows) or defined(linux):
|
||||
if defined(windows):
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65782
|
||||
# ("-fno-asynchronous-unwind-tables" breaks Nim's exception raising, sometimes)
|
||||
switch("passC", "-mno-avx512f")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user