diff options
Diffstat (limited to 'src/windows/cns/makefile')
| -rw-r--r-- | src/windows/cns/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
