You've already forked code_examples_server
mirror of
https://github.com/AdaCore/code_examples_server.git
synced 2026-02-12 12:45:18 -08:00
Run SPARK with --level=0 --no-axiom-guard
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user