2016-12-08 16:55:18 +00:00
|
|
|
diff -up texstudio2.11.2/texstudio.pro.wtf texstudio2.11.2/texstudio.pro
|
|
|
|
--- texstudio2.11.2/texstudio.pro.wtf 2016-12-08 10:17:52.533768367 -0600
|
|
|
|
+++ texstudio2.11.2/texstudio.pro 2016-12-08 10:32:54.422599376 -0600
|
2018-02-11 06:54:33 +00:00
|
|
|
@@ -419,9 +426,9 @@ exists(./.git) {
|
|
|
|
#QMAKE_CXXFLAGS_DEBUG += -Werror -Wall -Wextra -Winit-self -Wmain -Wmissing-include-dirs -Wtrigraphs -Wunused -Wunknown-pragmas -Wundef -Wpointer-arith -Wtype-limits -Wwrite-strings -Wclobbered -Wempty-body -Wsign-compare -Waddress -Wlogical-op -Winline
|
|
|
|
QMAKE_CXXFLAGS_DEBUG += -Wall -Wextra -Winit-self -Wmissing-include-dirs -Wtrigraphs -Wunused -Wunknown-pragmas -Wundef -Wpointer-arith -Wwrite-strings -Wempty-body -Wsign-compare -Waddress -Winline
|
2017-03-28 06:50:11 +00:00
|
|
|
QMAKE_CXXFLAGS += -std=c++0x
|
|
|
|
-!win32: QMAKE_LFLAGS += -rdynamic # option not supported by mingw
|
|
|
|
-else {
|
|
|
|
- QMAKE_CXXFLAGS += -gstabs -g
|
|
|
|
- QMAKE_LFLAGS -= -Wl,-s
|
|
|
|
- QMAKE_LFLAGS_RELEASE -= -Wl,-s
|
|
|
|
-}
|
2018-02-11 06:54:33 +00:00
|
|
|
+#!win32: QMAKE_LFLAGS += -rdynamic # option not supported by #mingw
|
2017-03-28 06:50:11 +00:00
|
|
|
+#else {
|
|
|
|
+# QMAKE_CXXFLAGS += -gstabs -g
|
|
|
|
+# QMAKE_LFLAGS -= -Wl,-s
|
|
|
|
+# QMAKE_LFLAGS_RELEASE -= -Wl,-s
|
|
|
|
+#}
|
2018-02-11 06:54:33 +00:00
|
|
|
--
|
|
|
|
2.14.3
|
|
|
|
|