diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/windows/cns/changelo | 4 | ||||
-rw-r--r-- | src/windows/cns/makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/windows/cns/changelo b/src/windows/cns/changelo index 7cf06ee31..f2843d82a 100644 --- a/src/windows/cns/changelo +++ b/src/windows/cns/changelo @@ -1,3 +1,7 @@ +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. diff --git a/src/windows/cns/makefile b/src/windows/cns/makefile index e743cd702..ca67f7b6f 100644 --- a/src/windows/cns/makefile +++ b/src/windows/cns/makefile @@ -29,8 +29,8 @@ INCLUDES = /I$(BUILDTOP)\include /I$(BUILDTOP)\include\krb5 ##### 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 |