Print this page
10051 cw(1) shouldn't have to translate -g
*** 184,195 ****
include ../../../Makefile.lib
include ../../Makefile.lib
# Force SOURCEDEBUG
! CSOURCEDEBUGFLAGS = -g
! CCSOURCEDEBUGFLAGS = -g
STRIP_STABS = :
# Note: need our sys includes _before_ ENVCPPFLAGS, proto etc.
CPPFLAGS.first += -I../../../libfakekernel/common
--- 184,195 ----
include ../../../Makefile.lib
include ../../Makefile.lib
# Force SOURCEDEBUG
! CSOURCEDEBUGFLAGS = $(CCGDEBUG)
! CCSOURCEDEBUGFLAGS = $(CCGDEBUG)
STRIP_STABS = :
# Note: need our sys includes _before_ ENVCPPFLAGS, proto etc.
CPPFLAGS.first += -I../../../libfakekernel/common