+Tue Apr 18 16:19:07 1995 Keith Vetter (keithv@fusion.com)
+
+ * makefile: better compile flags.
+
Mon Apr 17 18:01:14 1995 Keith Vetter (keithv@fusion.com)
* cns.rc, tktlist.c: better spacing for ticket info.
##### C Compiler
CC = cl
-CFLAGS_RELEASE = /f- /nologo /W3 /AL /Gw /Gsy /Zp /O2 /DNDEBUG=1
-CFLAGS_DEBUG = /f /nologo /W3 /AL /Gw /Gsy /Zp /O2 /Od /Zi
+CFLAGS_RELEASE = /f- /nologo /W3 /AL /GAs /G2 /Zp /O2 /DNDEBUG=1
+CFLAGS_DEBUG = /f /nologo /W3 /AL /GAs /G2 /Zp /O2 /Od /Zi
!if $(DEBUG)
CFLAGS = $(CFLAGS_DEBUG) $(INCLUDES) /D$(KRB)=1
!else