mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #1173
ff46368
Mac build: relro, now and noexecstack are unsupported for Mac
This commit is contained in:
commit
3c6625a506
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ macx {
|
||||||
-ldl
|
-ldl
|
||||||
LIBS+= -framework PCSC
|
LIBS+= -framework PCSC
|
||||||
|
|
||||||
QMAKE_LFLAGS += -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
|
QMAKE_LFLAGS += -pie
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue