texstudio/texstudio-wtf_flags.patch

32 lines
1.1 KiB
Diff
Raw Permalink Normal View History

2022-01-14 00:40:02 +00:00
From fe2a4f3166a22e002bbf7fb80802bbf96111340a Mon Sep 17 00:00:00 2001
2019-06-07 15:53:30 +00:00
From: hannes <hannes@fedoraproject.org>
2022-01-14 00:40:02 +00:00
Date: Fri, 14 Jan 2022 01:24:46 +0100
2021-05-20 16:39:24 +00:00
Subject: [PATCH 2/2] wtf
2019-06-07 15:53:30 +00:00
---
2022-01-14 00:40:02 +00:00
texstudio.pro | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
2019-06-07 15:53:30 +00:00
diff --git a/texstudio.pro b/texstudio.pro
2022-01-14 00:40:02 +00:00
index 9c56c74..9a0a6bc 100644
2019-06-07 15:53:30 +00:00
--- a/texstudio.pro
+++ b/texstudio.pro
2022-01-14 00:40:02 +00:00
@@ -443,12 +443,12 @@ exists(./.git) {
2020-08-25 19:36:32 +00:00
}
2019-12-26 10:58:53 +00:00
!win32-msvc*: {
2020-08-25 19:36:32 +00:00
- QMAKE_CXXFLAGS_DEBUG -= -O -O1 -O2 -O3
2022-01-14 00:40:02 +00:00
- QMAKE_CXXFLAGS_DEBUG += -Wall -Wextra -Wmissing-include-dirs -Wunknown-pragmas -Wundef -Wpointer-arith -Winline -O0 -Wno-deprecated-declarations
2021-09-27 05:50:13 +00:00
+# QMAKE_CXXFLAGS_DEBUG -= -O -O1 -O2 -O3
2022-01-14 00:40:02 +00:00
+# QMAKE_CXXFLAGS_DEBUG += -Wall -Wextra -Wmissing-include-dirs -Wunknown-pragmas -Wundef -Wpointer-arith -Winline -O0 -Wno-deprecated-declarations
2021-09-27 05:50:13 +00:00
QMAKE_CXXFLAGS += -fno-omit-frame-pointer
2022-01-14 00:40:02 +00:00
win32: QMAKE_CXXFLAGS += -fpermissive
2019-12-26 10:58:53 +00:00
- !win32:!haiku: QMAKE_LFLAGS += -rdynamic # option not supported by mingw and haiku
2022-01-14 00:40:02 +00:00
+# !win32:!haiku: QMAKE_LFLAGS += -rdynamic # option not supported by mingw and haiku
2019-12-26 10:58:53 +00:00
} else {
DEFINES += _CRT_SECURE_NO_WARNINGS
}
2018-02-11 06:54:33 +00:00
--
2022-01-14 00:40:02 +00:00
2.34.1