1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #4285

DX37 (1):
      chore(build): Remove '-pie' linker flag in qtox.pro for Windows
This commit is contained in:
sudden6 2017-03-26 10:18:13 +02:00
commit 2e4ac3c6ac
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -49,9 +49,9 @@ CONFIG += silent
QMAKE_CXXFLAGS += -fPIE \
-Wstrict-overflow \
-Wstrict-aliasing
QMAKE_LFLAGS += -pie
!win32 {
QMAKE_LFLAGS += -pie
QMAKE_CXXFLAGS += -fstack-protector-all \
-Wstack-protector
}