Mingw-w64 workaround

This commit is contained in:
Ștefan Talpalaru 2020-02-11 23:52:20 +01:00
parent d8a8078a65
commit 18234c031b
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 3 additions and 0 deletions

View File

@ -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