From: Keith Vetter Date: Tue, 18 Apr 1995 23:23:13 +0000 (+0000) Subject: Changed compile flags on windows cns program X-Git-Tag: krb5-1.0-beta5~365 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae6b4b701ebfa0660318c6205ccdfea6271456e9;p=krb5.git Changed compile flags on windows cns program git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5371 dc483132-0cff-0310-8789-dd5450dbe970 --- 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