diff options
| author | Guillaume LE VAILLANT <glv@posteo.net> | 2018-02-07 11:53:24 +0100 |
|---|---|---|
| committer | Guillaume LE VAILLANT <glv@posteo.net> | 2018-02-07 15:37:15 +0100 |
| commit | 4360d9b67bbc08110ceeb448055272e2d99d867b (patch) | |
| tree | a4a6169acb90b08a82244cd9e1ba02bdfa61d205 | |
| parent | 50fb2ddf699b6fdde298472aa268995ab2a68890 (diff) | |
| download | monzero-gui-4360d9b67bbc08110ceeb448055272e2d99d867b.tar.gz monzero-gui-4360d9b67bbc08110ceeb448055272e2d99d867b.tar.xz monzero-gui-4360d9b67bbc08110ceeb448055272e2d99d867b.zip | |
Compile with stack protector
| -rw-r--r-- | monero-wallet-gui.pro | 2 |
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 |
