aboutsummaryrefslogtreecommitdiff
path: root/src/windows/cns
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-04-18 23:23:13 +0000
committerKeith Vetter <keithv@fusion.com>1995-04-18 23:23:13 +0000
commitae6b4b701ebfa0660318c6205ccdfea6271456e9 (patch)
tree2f1ad9fb02f28e79d1c19e5ac945342a16eb41bf /src/windows/cns
parentabeb8ae5655eb0ef32f021408e83171b6bfb798e (diff)
downloadkrb5-ae6b4b701ebfa0660318c6205ccdfea6271456e9.zip
krb5-ae6b4b701ebfa0660318c6205ccdfea6271456e9.tar.gz
krb5-ae6b4b701ebfa0660318c6205ccdfea6271456e9.tar.bz2
Changed compile flags on windows cns program
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5371 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/cns')
-rw-r--r--src/windows/cns/changelo4
-rw-r--r--src/windows/cns/makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/windows/cns/changelo b/src/windows/cns/changelo
index 7cf06ee..f2843d8 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 e743cd7..ca67f7b 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