Skip to content

Commit

Permalink
do not hide deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Feb 3, 2021
1 parent 3235a6a commit 82f2ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ case $"\([0-9]\)\.\([0-9]+\)\."
OCAML_MINOR = $2
export

OCAMLFLAGS = -w +a-3-4-32-44-48 -warn-error +a-3-4-6-7-9-18-27..29-32..99
OCAMLFLAGS = -w +a-4-32-44-48 -warn-error +a-3-4-6-7-9-18-27..29-32..99
OCAMLOPTFLAGS = -g -inline 100
OCAMLCFLAGS += -g

Expand Down

0 comments on commit 82f2ea7

Please sign in to comment.