Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2009-01-28 09:23:36 +0300
committerRaja R Harinath <harinath@hurrynot.org>2009-01-28 09:23:36 +0300
commit989a8f0fcd96cbe4b8ed85ea8fda56700536a02a (patch)
tree5982ac50f49e39339da4c2d213ce02e7d7606c3f /runtime
parentc06774796797a3741f70ac7552a56b6d91f62d4f (diff)
Revert r124658. Either full verification isn't ready or our generated code is
buggy -- either way, it isn't the right time to enable it, since it breaks 'make compiler-tests' svn path=/trunk/mono/; revision=124752
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 7c9cf7bc9c7..0e876e2a491 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -106,7 +106,7 @@ mcs-compileall: mono-wrapper etc/mono/config
if [ ! -f $$i ] ; then \
continue ; \
fi ; \
- if ./mono-wrapper --compile-all --verify-all $$i; then \
+ if ./mono-wrapper --compile-all --security=validil --verify-all $$i; then \
echo $$i verified OK; \
else \
echo $$i verification failed; ok=false; \