Run SPARK with --level=0 --no-axiom-guard

This commit is contained in:
Nicolas Setton
2018-06-18 14:01:25 -04:00
parent 49fbc93401
commit 38166ae13a

View File

@@ -146,7 +146,8 @@ def check_program(request):
doctor_main_gpr(tempd, main)
# Run the command(s) to check the program
command = ["gnatprove", "-P", "main", "--checks-as-errors", "--level=2"]
command = ["gnatprove", "-P", "main", "--checks-as-errors",
"--level=0", "--no-axiom-guard"]
# Process extra_args
if 'extra_args' in received_json: