From 18b2de16242e563b07a8bebc830d8387c4e6aff2 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Mon, 29 Jun 2015 11:18:24 +0200 Subject: [PATCH] remove comment --- test/ref/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/ref/Makefile b/test/ref/Makefile index 2e7675b95..14d78c37c 100644 --- a/test/ref/Makefile +++ b/test/ref/Makefile @@ -45,10 +45,6 @@ $(WORKDIR)/%.ref: %.c # $(WORKDIR)/init%prg: CC65FLAGS += -Wc --all-cdecl $(WORKDIR)/switch.%rg: CC65FLAGS += -Wc --all-cdecl - -# Also, yacc.c does some things that fail when stack operations are optimized. -# Therefore, don't optimize them. -# $(WORKDIR)/yacc.%rg: CC65FLAGS += -Wc --all-cdecl $(WORKDIR)/yaccdbg%prg: CC65FLAGS += -Wc --all-cdecl