Mac build: relro, now and noexecstack are unsupported for Mac

This commit is contained in:
stoffu 2018-03-07 11:42:45 +09:00
parent ce8913b5bf
commit ff46368783
No known key found for this signature in database
GPG key ID: 41DAB8343A9EC012

View file

@ -307,7 +307,7 @@ macx {
-lcrypto \
-ldl
QMAKE_LFLAGS += -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
QMAKE_LFLAGS += -pie
}