mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
remove comment
This commit is contained in:
parent
5b1917d23f
commit
18b2de1624
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user