Explorar el Código

Makefile cleanup

Taddeus Kroes hace 12 años
padre
commit
c3a611e667
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -9,8 +9,8 @@ SOURCES := $(addsuffix .mli,$(GLOBALS)) $(addsuffix .ml,$(GLOBALS)) \
 PRE_TARGETS := types.ml $(addsuffix .cmi,$(GLOBALS))
 LIBS := str unix
 
+# Set debugging flag to enable exception backtraces for OCAMLRUNPARAM=b
 OCAMLFLAGS := -g
-OCAMLDOCFLAGS :=
 
 OCAMLYACC := menhir
 YFLAGS := --infer --explain