summarylogtreecommitdiffstats
path: root/qt5-base-nostrip.patch
diff options
context:
space:
mode:
authorJoão Figueiredo2021-08-31 01:13:13 +0100
committerJoão Figueiredo2021-08-31 01:13:13 +0100
commit393d266f06b56fc20f800d1ce57a464d232caba0 (patch)
treea78d00937f8a3f9d9f0136918803c871f6d99a34 /qt5-base-nostrip.patch
parent67676a31345ddc15526bec9ef45284dff7d72368 (diff)
downloadaur-393d266f06b56fc20f800d1ce57a464d232caba0.tar.gz
Qt without KDE patches
Diffstat (limited to 'qt5-base-nostrip.patch')
-rw-r--r--qt5-base-nostrip.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/qt5-base-nostrip.patch b/qt5-base-nostrip.patch
new file mode 100644
index 000000000000..17d24b4b6551
--- /dev/null
+++ b/qt5-base-nostrip.patch
@@ -0,0 +1,13 @@
+diff --git a/mkspecs/common/gcc-base.conf b/mkspecs/common/gcc-base.conf
+index 99d77156fd..fc840fe9f6 100644
+--- a/mkspecs/common/gcc-base.conf
++++ b/mkspecs/common/gcc-base.conf
+@@ -31,6 +31,8 @@
+ # you can use the manual test in tests/manual/mkspecs.
+ #
+
++CONFIG += nostrip
++
+ QMAKE_CFLAGS_OPTIMIZE = -O2
+ QMAKE_CFLAGS_OPTIMIZE_FULL = -O3
+ QMAKE_CFLAGS_OPTIMIZE_DEBUG = -Og