Print this page
10051 cw(1) shouldn't have to translate -g
*** 43,54 ****
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-uninitialized
CPPFLAGS += -D_FILE_OFFSET_BITS=64
debug := CPPFLAGS += -DLIBEXACCT_DEBUG
! debug := COPTFLAG = -g
! debug := COPTFLAG64 = -g
.KEEP_STATE:
all debug: $(LIBS)
--- 43,54 ----
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-uninitialized
CPPFLAGS += -D_FILE_OFFSET_BITS=64
debug := CPPFLAGS += -DLIBEXACCT_DEBUG
! debug := COPTFLAG = $(CCGDEBUG)
! debug := COPTFLAG64 = $(CCGDEBUG)
.KEEP_STATE:
all debug: $(LIBS)