Comment out the addition of -g to CFLAGS. This snuck in from

my local version.
This commit is contained in:
Daniel Eischen 2003-04-18 05:06:56 +00:00
parent a0240e2cb0
commit 0174b69f92
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113659
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ CFLAGS+=-I${.CURDIR}/sys
# Uncomment this if you want libpthread to contain debug information for
# thread locking.
CFLAGS+=-D_LOCK_DEBUG -g
#CFLAGS+=-D_LOCK_DEBUG -g
# enable extra internal consistancy checks
CFLAGS+=-D_PTHREADS_INVARIANTS -Wall

View file

@ -17,7 +17,7 @@ CFLAGS+=-I${.CURDIR}/sys
# Uncomment this if you want libpthread to contain debug information for
# thread locking.
CFLAGS+=-D_LOCK_DEBUG -g
#CFLAGS+=-D_LOCK_DEBUG -g
# enable extra internal consistancy checks
CFLAGS+=-D_PTHREADS_INVARIANTS -Wall