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

*** 88,101 **** CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-unused-function $(XPG4) := CFLAGS += -DXPG4 ! debug := SORT_DEBUG = -g -DDEBUG $(ILDOFF) debug := COPTFLAG = debug := COPTFLAG64 = ! stats := SORT_DEBUG = -g -DSTATS -DDEBUG $(ILDOFF) stats := COPTFLAG = stats := COPTFLAG64 = .KEEP_STATE : --- 88,101 ---- CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-unused-function $(XPG4) := CFLAGS += -DXPG4 ! debug := SORT_DEBUG = $(CCGDEBUG) -DDEBUG $(ILDOFF) debug := COPTFLAG = debug := COPTFLAG64 = ! stats := SORT_DEBUG = $(CCGDEBUG) -DSTATS -DDEBUG $(ILDOFF) stats := COPTFLAG = stats := COPTFLAG64 = .KEEP_STATE :