Add -keep-locs to the dev mode

Related to #44
This commit is contained in:
Jeremie Dimino 2017-03-31 11:01:52 +01:00
parent 9ae2a8d6ef
commit d62429455b
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ module Ocaml_flags = struct
; "-strict-sequence"
; "-strict-formats"
; "-short-paths"
; "-keep-locs"
]
else
[ "-w"; !Clflags.warnings ]