replace "-fno-asynchronous-unwind-tables" with "-mno-avx512vl"

This commit is contained in:
Ștefan Talpalaru 2020-02-12 14:23:49 +01:00
parent 39c57a49b1
commit 812386edd2
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@
--passC:"-march=native"
@if windows:
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65782
--passC:"-fno-asynchronous-unwind-tables"
# ("-fno-asynchronous-unwind-tables" breaks Nim's exception raising, sometimes)
--passC:"-mno-avx512vl"
@end
@end