C++ flag large-address-aware is only valid for 32 bit builds

This commit is contained in:
Roland Winklmeier
2016-11-27 17:37:56 +01:00
committed by Klaus Basan
parent 745e09ddb8
commit 0a43ec6542

View File

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