Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2002 21:41:34 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13906 for review
Message-ID:  <200207080441.g684fYhM010173@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13906

Change 13906 by rwatson@rwatson_paprika on 2002/07/07 21:41:12

	Since the mac branch now uses gdb52, no longer need -gstabs
	debugging symbols.

Affected files ...

.. //depot/projects/trustedbsd/misc/kmacmanager/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/misc/kmacmanager/Makefile#2 (text+ko) ====

@@ -35,7 +35,7 @@
 KDELIB=-L/usr/local/lib -lkdeui -lkdecore
 QTLIB=-L/usr/X11R6/lib -lqt-mt -pthread
 MOC=/usr/X11R6/bin/moc
-CFLAGS=-Wall -gstabs+ ${KDEINC} ${QTINC}
+CFLAGS=-Wall ${KDEINC} ${QTINC}
 LDFLAGS=${KDELIB} ${QTLIB}
 
 all: test

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207080441.g684fYhM010173>