diff options
| -rw-r--r-- | configure.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ml b/configure.ml index 1916e82172..c759782d9d 100644 --- a/configure.ml +++ b/configure.ml @@ -396,7 +396,7 @@ let coq_annotate_flag = then if program_in_path "ocamlmerlin" then "-bin-annot" else "-dtypes" else "" -let cflags = "-Wall -Wno-unused -g " ^ (if !Prefs.debug then "-O1" else "-O2") +let cflags = "-Wall -Wno-unused -g -O2" (** * Architecture *) |
