Changed compile flags on windows cns program
authorKeith Vetter <keithv@fusion.com>
Tue, 18 Apr 1995 23:23:13 +0000 (23:23 +0000)
committerKeith Vetter <keithv@fusion.com>
Tue, 18 Apr 1995 23:23:13 +0000 (23:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5371 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/cns/changelo
src/windows/cns/makefile

index 7cf06ee3166ae5a57e65d69c02d482a5fc99f228..f2843d82a4b2f58fe51274b285e6a44930724231 100644 (file)
@@ -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.
index e743cd7028af4cb68e7d754b52af2885fd318cd3..ca67f7b6fc1bbfb63ca7e723a4e572e9e82b94ea 100644 (file)
@@ -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