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:
parent
ce8913b5bf
commit
ff46368783
@ -307,7 +307,7 @@ macx {
|
||||
-lcrypto \
|
||||
-ldl
|
||||
|
||||
QMAKE_LFLAGS += -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
|
||||
QMAKE_LFLAGS += -pie
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user