diff options
| author | Maxime Dénès | 2016-03-07 09:29:29 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2016-03-07 09:30:32 +0100 |
| commit | 2f41c0280685615aae03efcdfd1d39941e7c1232 (patch) | |
| tree | 3f7e39458176d9408402d8f8830155df30f0e277 | |
| parent | 32baedf7a3aebb96f7dd2c7d90a1aef40ed93792 (diff) | |
Re-enable OCaml warnings disabled by mistake as part of e759333.
| -rw-r--r-- | Makefile.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build index 48f448ce8a..0f85608f9a 100644 --- a/Makefile.build +++ b/Makefile.build @@ -69,7 +69,7 @@ TIMED= # non-empty will activate a default time command TIMECMD= # if you prefer a specific time command instead of $(STDTIME) # e.g. "'time -p'" -CAMLFLAGS:=${CAMLFLAGS} -w -3 + # NB: if you want to collect compilation timings of .v and import them # in a spreadsheet, I suggest something like: # make TIMED=1 2> timings.csv |
