Explorar o código

Makefile cleanup

Taddeus Kroes %!s(int64=12) %!d(string=hai) anos
pai
achega
c3a611e667
Modificáronse 1 ficheiros con 1 adicións e 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