Compile with stack protector

This commit is contained in:
Guillaume LE VAILLANT 2018-02-07 11:53:24 +01:00
parent 50fb2ddf69
commit 4360d9b67b

View file

@ -5,6 +5,8 @@ QT += qml quick widgets
WALLET_ROOT=$$PWD/monero
CONFIG += c++11
QMAKE_CXXFLAGS += -fPIC -fstack-protector
QMAKE_LFLAGS += -fstack-protector
# cleaning "auto-generated" bitmonero directory on "make distclean"
QMAKE_DISTCLEAN += -r $$WALLET_ROOT