[arch-commits] Commit in pacman/trunk (makepkg.conf)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Feb 3 18:32:50 UTC 2022


    Date: Thursday, February 3, 2022 @ 18:32:50
  Author: foutrelis
Revision: 436127

makepkg.conf: drop -fvar-tracking-assignments flag

https://gitlab.archlinux.org/archlinux/devtools/-/merge_requests/87

Modified:
  pacman/trunk/makepkg.conf

--------------+
 makepkg.conf |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: makepkg.conf
===================================================================
--- makepkg.conf	2022-02-03 18:02:37 UTC (rev 436126)
+++ makepkg.conf	2022-02-03 18:32:50 UTC (rev 436127)
@@ -47,8 +47,8 @@
 #-- Make Flags: change this for DistCC/SMP systems
 #MAKEFLAGS="-j2"
 #-- Debugging flags
-DEBUG_CFLAGS="-g -fvar-tracking-assignments"
-DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
+DEBUG_CFLAGS="-g"
+DEBUG_CXXFLAGS="$DEBUG_CFLAGS"
 #DEBUG_RUSTFLAGS="-C debuginfo=2"
 
 #########################################################################



More information about the arch-commits mailing list