]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/VfrCompile/Pccts/antlr/AntlrMS.mak
BaseTools/Source/C: Use /Z7 instead of /Zi for host tools
[mirror_edk2.git] / BaseTools / Source / C / VfrCompile / Pccts / antlr / AntlrMS.mak
index b30a73bb7424daade69a85c12ae3670c24e91b1d..6fc4d5c15d6c64de81dc77a12e5e232a9d71b024 100644 (file)
@@ -16,8 +16,8 @@ SET=$(PCCTS_HOME)\support\set
 # Compiler stuff\r
 CC = cl\r
 CFLAGS = /nologo -I "." -I "$(PCCTS_H)" -I "$(SET)" -D "USER_ZZSYN" -D "PC" \\r
-        -D "ZZLEXBUFSIZE=65536"  /D "LONGFILENAMES" /Zi /W3 -D__USE_PROTOS /wd4700 \\r
-         /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE \r
+        -D "ZZLEXBUFSIZE=65536"  /D "LONGFILENAMES" /Z7 /W3 -D__USE_PROTOS /wd4700 \\r
+         /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE\r
 \r
 ANTLR_OBJS = antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \\r
             fset.obj gen.obj globals.obj hash.obj lex.obj main.obj \\r
@@ -226,7 +226,7 @@ set.obj: $(SET)\set.c \
 \r
     $(CC) -c $(CFLAGS) $(SET)\set.c\r
 \r
-clean: \r
+clean:\r
     -del *.obj\r
     -del *.ilk\r
     -del *.pdb\r