mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
C++ flag large-address-aware is only valid for 32 bit builds
This commit is contained in:
committed by
Klaus Basan
parent
745e09ddb8
commit
0a43ec6542
@@ -98,7 +98,9 @@ include(warnings.pri)
|
||||
# Handle addresses larger than 2GB
|
||||
################################
|
||||
|
||||
win32-g++: QMAKE_LFLAGS *= -Wl,--large-address-aware
|
||||
equals(WORD_SIZE,32) {
|
||||
win32-g++: QMAKE_LFLAGS *= -Wl,--large-address-aware
|
||||
}
|
||||
|
||||
################################
|
||||
# Path to external dependencies
|
||||
|
||||
Reference in New Issue
Block a user