[sledge] Build: Suppress compiler error message noise

Summary: The long form is redundant and noisy.

Reviewed By: jvillard

Differential Revision: D22401041

fbshipit-source-id: d868a1b30
master
Josh Berdine 4 years ago committed by Facebook GitHub Bot
parent 049b62f097
commit 32206a282f

@ -7,20 +7,20 @@
(debug
(flags
(-w +a-4-9-18-40-42-44-48@50-66 -strict-formats -strict-sequence
-short-paths -bin-annot -keep-locs -keep-docs -opaque))
-error-style short -short-paths -bin-annot -keep-locs -keep-docs -opaque))
(env-vars
(PPX_TRACE_ENABLED 1))
(inline_tests enabled))
(trace
(flags
(-w -a -noassert -unboxed-types))
(-w -a -error-style short -noassert -unboxed-types))
(ocamlopt_flags (-O3))
(env-vars
(PPX_TRACE_ENABLED 1))
(inline_tests disabled))
(_ ; release, dev, default,...
(flags
(-w -a -noassert -unboxed-types))
(-w -a -error-style short -noassert -unboxed-types))
(ocamlopt_flags (-O3))
(env-vars
(PPX_TRACE_ENABLED 0))

Loading…
Cancel
Save