[arch-commits] Commit in glib2/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Fri May 6 20:43:08 UTC 2022


    Date: Friday, May 6, 2022 @ 20:43:07
  Author: heftig
Revision: 444798

More debug

Modified:
  glib2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-06 20:32:43 UTC (rev 444797)
+++ PKGBUILD	2022-05-06 20:43:07 UTC (rev 444798)
@@ -32,6 +32,10 @@
 }
 
 build() {
+  # Produce more debug info: GLib has a lot of useful macros
+  CFLAGS+=' -g3'
+  CXXFLAGS+=' -g3'
+
   CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
   arch-meson glib build \
     -D glib_debug=disabled \



More information about the arch-commits mailing list