Mingw-w64 workaround
This commit is contained in:
parent
d8a8078a65
commit
18234c031b
3
nim.cfg
3
nim.cfg
|
@ -14,6 +14,9 @@
|
|||
@if i386:
|
||||
# set the IMAGE_FILE_LARGE_ADDRESS_AWARE flag so we can use PAE, if enabled, and access more than 2 GiB of RAM
|
||||
--passL:"-Wl,--large-address-aware"
|
||||
@else
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65782
|
||||
--passC:"-fno-asynchronous-unwind-tables"
|
||||
@end
|
||||
|
||||
# The dynamic Chronicles output currently prevents us from using colors on Windows
|
||||
|
|
Loading…
Reference in New Issue