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