diff --git a/support/Makefile b/support/Makefile index 1e50d79..9d88d02 100644 --- a/support/Makefile +++ b/support/Makefile @@ -28,7 +28,7 @@ COBJS=cltkCaml.$(O) cltkUtf.$(O) cltkEval.$(O) cltkEvent.$(O) \ cltkFile.$(O) cltkMain.$(O) cltkMisc.$(O) cltkTimer.$(O) \ cltkVar.$(O) cltkWait.$(O) cltkImg.$(O) -CCFLAGS=-I$(LIBDIR)/caml $(TK_DEFS) $(SHAREDCCCOMPOPTS) -g +CCFLAGS=-I$(LIBDIR)/caml $(TK_DEFS) $(SHAREDCCCOMPOPTS) COMPFLAGS= THFLAGS=-I +threads -I vmthreads diff --git a/support/Makefile.common b/support/Makefile.common index 8407b06..d24d591 100644 --- a/support/Makefile.common +++ b/support/Makefile.common @@ -21,17 +21,17 @@ include ../config/Makefile ## Tools from the OCaml distribution CAMLRUN=$(BINDIR)/ocamlrun -CAMLC=$(BINDIR)/ocamlc$(OPT) -g -CAMLOPT=$(BINDIR)/ocamlopt$(OPT) -g -CAMLCB=$(BINDIR)/ocamlc -g -CAMLOPTB=$(BINDIR)/ocamlopt -g -CAMLCOMP=$(CAMLC) -c -warn-error A-3 -g +CAMLC=$(BINDIR)/ocamlc$(OPT) +CAMLOPT=$(BINDIR)/ocamlopt$(OPT) +CAMLCB=$(BINDIR)/ocamlc +CAMLOPTB=$(BINDIR)/ocamlopt +CAMLCOMP=$(CAMLC) -c -warn-error A-3 CAMLYACC=$(BINDIR)/ocamlyacc -v CAMLLEX=$(BINDIR)/ocamllex -CAMLLIBR=$(CAMLC) -a -g +CAMLLIBR=$(CAMLC) -a CAMLDEP=$(BINDIR)/ocamldep COMPFLAGS=-g LINKFLAGS= -CAMLOPTLIBR=$(CAMLOPT) -a -g -MKLIB=$(BINDIR)/ocamlmklib -g +CAMLOPTLIBR=$(CAMLOPT) -a +MKLIB=$(BINDIR)/ocamlmklib CAMLRUNGEN=$(BINDIR)/ocamlrun