1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00

Merge pull request #447 from greg-king5/regression-optimate

Add a missing -O configuration to some regression-test make-files.
This commit is contained in:
Oliver Schmidt 2017-06-07 16:52:37 +02:00 committed by GitHub
commit 4156538546
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ SIM65 := $(if $(wildcard ../../bin/sim65*),..$S..$Sbin$Ssim65,sim65)
WORKDIR = ..$S..$Stestwrk$Smisc
OPTIONS = g O Os Osi Osir Oi Oir Or
OPTIONS = g O Os Osi Osir Osr Oi Oir Or
DIFF = $(WORKDIR)$Sbdiff$(EXE)

View File

@ -33,7 +33,7 @@ SIM65 := $(if $(wildcard ../../bin/sim65*),..$S..$Sbin$Ssim65,sim65)
WORKDIR = ..$S..$Stestwrk$Sref
OPTIONS = g O Os Osi Osir Oi Oir Or
OPTIONS = g O Os Osi Osir Osr Oi Oir Or
DIFF = $(WORKDIR)$Sbdiff$(EXE)

View File

@ -31,7 +31,7 @@ SIM65 := $(if $(wildcard ../../bin/sim65*),..$S..$Sbin$Ssim65,sim65)
WORKDIR = ../../testwrk/val
OPTIONS = g O Os Osi Osir Oi Oir Or
OPTIONS = g O Os Osi Osir Osr Oi Oir Or
.PHONY: all clean