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

@@ -105,11 +105,11 @@
 
 #
 # Build standalone programs for testing
 #
 NS: NS.c
-        $(CC) NS.c -g $(ILDOFF) -o NS -DMAIN=1 $(ENVLDLIBS1) $(ENVLIBS2) \
+        $(CC) NS.c $(CCGDEBUG) $(ILDOFF) -o NS -DMAIN=1 $(ENVLDLIBS1) $(ENVLIBS2) \
             -lprint -lnsl -lsocket
 
 lint: $(JNIHDR_FILES) lintcheck
 
 cstyle: