Skip to content

Commit

Permalink
Update misc.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpouzet committed Oct 30, 2024
1 parent 5b4c627 commit 7dee804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/misc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ let inline_all = ref false

let verbose = ref false
let vverbose = ref false
let debug = ref false
let debug = ref true

let set_verbose () =
verbose := true;
Expand Down

0 comments on commit 7dee804

Please sign in to comment.