]> git.sur5r.net Git - cc65/commitdiff
Added missing -O configuration.
authorgreg-king5 <greg.king5@verizon.net>
Wed, 7 Jun 2017 14:20:20 +0000 (10:20 -0400)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2017 14:20:20 +0000 (10:20 -0400)
test/val/Makefile

index c7539c81b6d74a9cea52b02deebd3419d6117b17..fe194d892154a94c38e4b57a36262566bfda372c 100644 (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