Print this page
10051 cw(1) shouldn't have to translate -g

@@ -43,12 +43,12 @@
 CFLAGS +=       $(CCVERBOSE)
 CERRWARN +=     -_gcc=-Wno-uninitialized
 CPPFLAGS +=     -D_FILE_OFFSET_BITS=64
 
 debug :=        CPPFLAGS += -DLIBEXACCT_DEBUG
-debug :=        COPTFLAG = -g
-debug :=        COPTFLAG64 = -g
+debug :=        COPTFLAG = $(CCGDEBUG)
+debug :=        COPTFLAG64 = $(CCGDEBUG)
 
 .KEEP_STATE:
 
 all debug: $(LIBS)