Use -short-paths by default in dev-mode

Related to #44
This commit is contained in:
Jeremie Dimino 2017-03-30 18:29:17 +01:00
parent d14fdd8f98
commit be75c8a4c9
1 changed files with 1 additions and 0 deletions

View File

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