[Xquartz-changes] [602] trunk/compile-xserver.sh

source_changes at macosforge.org source_changes at macosforge.org
Sun Jan 29 16:28:46 PST 2012


Revision: 602
          http://trac.macosforge.org/projects/xquartz/changeset/602
Author:   jeremyhu at freedesktop.org
Date:     2012-01-29 16:28:45 -0800 (Sun, 29 Jan 2012)
Log Message:
-----------
-g3 rather than -ggdb3

Modified Paths:
--------------
    trunk/compile-xserver.sh

Modified: trunk/compile-xserver.sh
===================================================================
--- trunk/compile-xserver.sh	2012-01-30 00:28:28 UTC (rev 601)
+++ trunk/compile-xserver.sh	2012-01-30 00:28:45 UTC (rev 602)
@@ -25,7 +25,7 @@
 
 CPPFLAGS="-DNO_ALLOCA -DNO_COMPILER_H -DFAKEIT"
 
-CFLAGS="$CFLAGS -O0 -ggdb3 -pipe"
+CFLAGS="$CFLAGS -O0 -g3 -pipe"
 CFLAGS="$CFLAGS $ARCHFLAGS"
 CFLAGS="$CFLAGS -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Wno-missing-field-initializers"
 
@@ -83,6 +83,8 @@
 	${SCAN_BUILD} ./configure --prefix=${PREFIX} ${CONFOPT} --disable-dependency-tracking --enable-maintainer-mode --enable-xcsecurity --enable-record --disable-xevie "${@}" || die "Could not configure xserver"
 	${MAKE} clean || die "Unable to make clean"
 	${SCAN_BUILD} ${MAKE} ${MAKE_OPTS} || die "Could not make xserver"
+	#${MAKE} distcheck ${MAKE_OPTS} DESTDIR=/tmp/distcheck || die "distcheck failed"
+	#../modular/release.sh .
 }
 
 doinst() {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20120129/6e1dd996/attachment.html>


More information about the Xquartz-changes mailing list