]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/VfrCompile/Pccts/antlr/AntlrDDK.mak
BaseTools/Source/C: Use /Z7 instead of /Zi for host tools
[mirror_edk2.git] / BaseTools / Source / C / VfrCompile / Pccts / antlr / AntlrDDK.mak
index 71b7c6b0b141112b9a8b407b8ea949a9f46fcbde..cde91a47159e3136c9cda41eb3096b2e95bdc730 100644 (file)
@@ -16,7 +16,7 @@ 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 "ZZLEXBUFSIZE=65536"  -D "LONGFILENAMES" /Z7 /W3 -D__USE_PROTOS /wd4700\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
@@ -225,7 +225,7 @@ set.obj: $(SET)\set.c \
 \r
     $(CC) -c $(CFLAGS) $(SET)\set.c\r
 \r
-clean: \r
+clean:\r
     del *.obj\r
 \r
 distclean:\r