changement -warn-error
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4288 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
d557793074
commit
c439510122
|
@ -15,11 +15,11 @@
|
|||
include ../config/Makefile
|
||||
|
||||
CAMLRUN=../boot/ocamlrun
|
||||
CAMLC=$(CAMLRUN) ../boot/ocamlc -I ../boot -warn-error A
|
||||
CAMLC=$(CAMLRUN) ../boot/ocamlc -I ../boot
|
||||
CAMLLEX=$(CAMLRUN) ../boot/ocamllex
|
||||
INCLUDES=-I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp \
|
||||
-I ../driver
|
||||
COMPFLAGS=$(INCLUDES)
|
||||
COMPFLAGS= -warn-error A $(INCLUDES)
|
||||
LINKFLAGS=$(INCLUDES)
|
||||
|
||||
all: ocamldep ocamlprof ocamlcp ocamlmktop ocamlmklib scrapelabels addlabels
|
||||
|
|
Loading…
Reference in New Issue