From a397a8c1a18a51e8c2bc7ac7a4d70e7599a75b36 Mon Sep 17 00:00:00 2001 From: greg-king5 Date: Wed, 7 Jun 2017 10:20:20 -0400 Subject: [PATCH] Added missing -O configuration. --- test/val/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5