aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume LE VAILLANT <glv@posteo.net>2018-02-07 11:53:24 +0100
committerGuillaume LE VAILLANT <glv@posteo.net>2018-02-07 15:37:15 +0100
commit4360d9b67bbc08110ceeb448055272e2d99d867b (patch)
treea4a6169acb90b08a82244cd9e1ba02bdfa61d205
parent50fb2ddf699b6fdde298472aa268995ab2a68890 (diff)
downloadmonzero-gui-4360d9b67bbc08110ceeb448055272e2d99d867b.tar.gz
monzero-gui-4360d9b67bbc08110ceeb448055272e2d99d867b.tar.xz
monzero-gui-4360d9b67bbc08110ceeb448055272e2d99d867b.zip
Compile with stack protector
-rw-r--r--monero-wallet-gui.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro
index 578ad0e7..48318a6a 100644
--- a/monero-wallet-gui.pro
+++ b/monero-wallet-gui.pro
@@ -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