Skip to content

Commit a7dd666

Browse files
authored
Update sicak.pri
1 parent aec1a63 commit a7dd666

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

sicak.pri

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,3 @@
55
INCLUDEPATH += $$PWD/include
66

77
CONFIG += c++11
8-
9-
unix {
10-
11-
QMAKE_CXXFLAGS -= -fstack-protector-strong
12-
QMAKE_CFLAGS -= -fstack-protector-strong
13-
QMAKE_CXXFLAGS_RELEASE -= -fstack-protector-strong
14-
QMAKE_CFLAGS_RELEASE -= -fstack-protector-strong
15-
16-
QMAKE_CXXFLAGS += -fno-stack-protector
17-
QMAKE_CFLAGS += -fno-stack-protector
18-
QMAKE_CXXFLAGS_RELEASE += -fno-stack-protector
19-
QMAKE_CFLAGS_RELEASE += -fno-stack-protector
20-
21-
}

0 commit comments

Comments
 (0)