mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-14 14:54:39 +00:00
Compile with stack protector
This commit is contained in:
parent
50fb2ddf69
commit
4360d9b67b
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ QT += qml quick widgets
|
||||||
WALLET_ROOT=$$PWD/monero
|
WALLET_ROOT=$$PWD/monero
|
||||||
|
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
|
QMAKE_CXXFLAGS += -fPIC -fstack-protector
|
||||||
|
QMAKE_LFLAGS += -fstack-protector
|
||||||
|
|
||||||
# cleaning "auto-generated" bitmonero directory on "make distclean"
|
# cleaning "auto-generated" bitmonero directory on "make distclean"
|
||||||
QMAKE_DISTCLEAN += -r $$WALLET_ROOT
|
QMAKE_DISTCLEAN += -r $$WALLET_ROOT
|
||||||
|
|
Loading…
Reference in a new issue