]> git.sur5r.net Git - cc65/commitdiff
remove comment 163/head
authormrdudz <mrdudz@users.noreply.github.com>
Mon, 29 Jun 2015 09:18:24 +0000 (11:18 +0200)
committermrdudz <mrdudz@users.noreply.github.com>
Mon, 29 Jun 2015 09:18:24 +0000 (11:18 +0200)
test/ref/Makefile

index 2e7675b95594dd71e8b7e86c6c4ec23dc8b01e1c..14d78c37cb87dffe1b35e5ef0172f32ad6201caf 100644 (file)
@@ -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