Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib apply -g1 to the gallium sources as we...



details:   https://anonhg.NetBSD.org/src/rev/093e9c4babe5
branches:  trunk
changeset: 373400:093e9c4babe5
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Feb 07 06:19:03 2023 +0000

description:
apply -g1 to the gallium sources as well.  saves another couple of 100MB.

diffstat:

 external/mit/xorg/lib/gallium.old/Makefile |  8 +++++++-
 external/mit/xorg/lib/gallium/Makefile     |  8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 3dca66e79fbe -r 093e9c4babe5 external/mit/xorg/lib/gallium.old/Makefile
--- a/external/mit/xorg/lib/gallium.old/Makefile        Tue Feb 07 04:53:54 2023 +0000
+++ b/external/mit/xorg/lib/gallium.old/Makefile        Tue Feb 07 06:19:03 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/09/29 18:58:04 rjs Exp $
+# $NetBSD: Makefile,v 1.5 2023/02/07 06:19:03 mrg Exp $
 
 # Transparent struct/union broken
 NOLINT=yes
@@ -31,6 +31,12 @@
 CFLAGS+=       -pthread
 LDFLAGS+=      -pthread
 
+# Reduce debugging for these extremely large objects.
+.if ${MKDEBUG:Uno} != "no"
+CXXFLAGS+=     -g1
+CFLAGS+=       -g1
+.endif
+
 GALLIUM_SUBDIRS= \
        auxiliary \
        auxiliary/cso_cache \
diff -r 3dca66e79fbe -r 093e9c4babe5 external/mit/xorg/lib/gallium/Makefile
--- a/external/mit/xorg/lib/gallium/Makefile    Tue Feb 07 04:53:54 2023 +0000
+++ b/external/mit/xorg/lib/gallium/Makefile    Tue Feb 07 06:19:03 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2021/07/11 20:52:06 mrg Exp $
+# $NetBSD: Makefile,v 1.49 2023/02/07 06:19:03 mrg Exp $
 
 # Link the gallium mega driver.
 
@@ -28,6 +28,12 @@
 CFLAGS+=       -pthread
 LDFLAGS+=      -pthread
 
+# Reduce debugging for these extremely large objects.
+.if ${MKDEBUG:Uno} != "no"
+CXXFLAGS+=     -g1
+CFLAGS+=       -g1
+.endif
+
 GALLIUM_SUBDIRS= \
        auxiliary \
        auxiliary/cso_cache \



Home | Main Index | Thread Index | Old Index