Skip to content

Commit

Permalink
"Warnings" and "Debug" options are synterp not interp
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Jan 2, 2025
1 parent 7c3baa6 commit c5fed9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vernac/vernacentries.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1967,15 +1967,15 @@ let () =
CWarnings.normalize_flags_string flags
in
declare_string_option ~preprocess
{ optstage = Summary.Stage.Interp;
{ optstage = Summary.Stage.Synterp;
optdepr = None;
optkey = ["Warnings"];
optread = CWarnings.get_flags;
optwrite = CWarnings.set_flags }

let () =
declare_string_option
{ optstage = Summary.Stage.Interp;
{ optstage = Summary.Stage.Synterp;
optdepr = None;
optkey = ["Debug"];
optread = CDebug.get_flags;
Expand Down

0 comments on commit c5fed9e

Please sign in to comment.