1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-29 09:05:11 +01:00

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
}