[infer][build] Treating OCaml compiler warnings as build-blocking errors

Summary: Keep the codebase high-quality by preventing the introduction of warnings.
master
Sam Blackshear 9 years ago
parent 4e389cc601
commit f0c30fc166

@ -43,7 +43,7 @@ ifneq ($(wildcard $(BUILDDIR)/sanitize.sh),)
endif endif
GLOBAL_LFLAGS = -annot GLOBAL_LFLAGS = -annot
GLOBAL_CFLAGS = -bin-annot GLOBAL_CFLAGS = "-bin-annot -warn-error @5@8@10..12@20@26"
GLOBAL_OPTIONS = -lflags $(GLOBAL_LFLAGS) -cflags $(GLOBAL_CFLAGS) $(addprefix -lib ,$(GLOBAL_LIBS)) GLOBAL_OPTIONS = -lflags $(GLOBAL_LFLAGS) -cflags $(GLOBAL_CFLAGS) $(addprefix -lib ,$(GLOBAL_LIBS))
#### Backend declarations #### #### Backend declarations ####

Loading…
Cancel
Save