From 23a47db274096388a52224923750adfab71e2b10 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Fri, 15 Feb 2013 23:03:13 +0100 Subject: Enable stricter verifier checks to uncover more codegen bugs --- runtime/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/Makefile.am') diff --git a/runtime/Makefile.am b/runtime/Makefile.am index f70d4d20241..f8d500502a3 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -162,7 +162,7 @@ mcs-compileall: mono-wrapper etc/mono/config if [ ! -f $$i ] ; then \ continue ; \ fi ; \ - if ./mono-wrapper --compile-all --verify-all --security=validil $$i; then \ + if ./mono-wrapper --compile-all --verify-all --security=verifiable $$i; then \ echo $$i verified OK; \ else \ echo $$i verification failed; ok=false; \ -- cgit v1.2.3