[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 (debug
(flags (flags
(-w +a-4-9-18-40-42-44-48@50-66 -strict-formats -strict-sequence (-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 (env-vars
(PPX_TRACE_ENABLED 1)) (PPX_TRACE_ENABLED 1))
(inline_tests enabled)) (inline_tests enabled))
(trace (trace
(flags (flags
(-w -a -noassert -unboxed-types)) (-w -a -error-style short -noassert -unboxed-types))
(ocamlopt_flags (-O3)) (ocamlopt_flags (-O3))
(env-vars (env-vars
(PPX_TRACE_ENABLED 1)) (PPX_TRACE_ENABLED 1))
(inline_tests disabled)) (inline_tests disabled))
(_ ; release, dev, default,... (_ ; release, dev, default,...
(flags (flags
(-w -a -noassert -unboxed-types)) (-w -a -error-style short -noassert -unboxed-types))
(ocamlopt_flags (-O3)) (ocamlopt_flags (-O3))
(env-vars (env-vars
(PPX_TRACE_ENABLED 0)) (PPX_TRACE_ENABLED 0))

Loading…
Cancel
Save