396170d07b
And take the opportunity to remove the "m" in the qmake feature name and .prf file. Pick-to: 6.4 Change-Id: I36b24183fbd041179f2ffffd170224ab75cdd968 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
8 lines
221 B
Plaintext
8 lines
221 B
Plaintext
clang {
|
|
QMAKE_CFLAGS += -fno-direct-access-external-data
|
|
QMAKE_CXXFLAGS += -fno-direct-access-external-data
|
|
} else {
|
|
QMAKE_CFLAGS += -mno-direct-extern-access
|
|
QMAKE_CXXFLAGS += -mno-direct-extern-access
|
|
}
|