Comment out the addition of -g to CFLAGS. This snuck in from
my local version.
This commit is contained in:
parent
a0240e2cb0
commit
0174b69f92
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user