mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Mac build: relro, now and noexecstack are unsupported for Mac
This commit is contained in:
parent
ce8913b5bf
commit
ff46368783
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue