Compile with -Wall -Werror
[ocaml-augeas.git] / Makefile.in
index 97f7e15..6a9b918 100644 (file)
@@ -26,7 +26,7 @@ OCAMLDOC      = @OCAMLDOC@
 INSTALL                = @INSTALL@
 
 CC             = @CC@
-CFLAGS         = @CFLAGS@ -fPIC -I$(shell ocamlc -where)
+CFLAGS         = @CFLAGS@ -fPIC -I$(shell ocamlc -where) -Wall -Werror
 LDFLAGS                = @LDFLAGS@
 LIBS           = @LIBS@