From: greg-king5 Date: Wed, 7 Jun 2017 14:26:34 +0000 (-0400) Subject: Added a missing -O configuration. X-Git-Tag: V2.17~125^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e24bb372d0e54201da8905d15ccf81e0c99cb890;p=cc65 Added a missing -O configuration. --- diff --git a/test/ref/Makefile b/test/ref/Makefile index c986513b8..3c2e582e4 100644 --- a/test/ref/Makefile +++ b/test/ref/Makefile @@ -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)