From 4360d9b67bbc08110ceeb448055272e2d99d867b Mon Sep 17 00:00:00 2001 From: Guillaume LE VAILLANT Date: Wed, 7 Feb 2018 11:53:24 +0100 Subject: [PATCH] Compile with stack protector --- monero-wallet-gui.pro | 2 ++ 1 file changed, 2 insertions(+) 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