Skip to content

Commit

Permalink
Fix strange bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cmester0 committed Feb 22, 2024
1 parent f49bdf1 commit 4520999
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion engine/backends/coq/coq/dune
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
(env
(_
(flags
(:standard -w +A -w "-4-40-42-44-45-48"))))
(:standard -w -A))))
2 changes: 1 addition & 1 deletion engine/backends/coq/ssprove/dune
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
(env
(_
(flags
(:standard -w +A -w "-4-40-42-44-45-48"))))
(:standard -w -A))))
11 changes: 1 addition & 10 deletions engine/backends/easycrypt/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,7 @@
ppx_functor_application
ppx_matches)))

; (env
; (_
; (flags
; (:standard -warn-error -A -warn-error +8))))
; (env
; (_
; (flags
; (:standard -g -warn-error "+A" -w "-17-30-56-32"))))

(env
(_
(flags
(:standard -w +A))))
(:standard -w -A))))

0 comments on commit 4520999

Please sign in to comment.