X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=bindings%2Focaml%2FMakefile.ocaml;h=5e00cf59c4c28145543ac22ba0e2f33856f8d517;hp=26f82fa47f79dc964c4583c47bd8463392b22c2d;hb=099e59a6c1ef06c78b32173f2083f4fddcb329f4;hpb=a8ea2c9bd77879c3c2083222294c1422e1e4fbfd diff --git a/bindings/ocaml/Makefile.ocaml b/bindings/ocaml/Makefile.ocaml index 26f82fa47f7..5e00cf59c4c 100644 --- a/bindings/ocaml/Makefile.ocaml +++ b/bindings/ocaml/Makefile.ocaml @@ -81,7 +81,7 @@ OCAMLAFLAGS += $(patsubst %,-cclib %, \ endif endif -ifneq ($(ENABLE_OPTIMIZED),1) +ifneq ($(DEBUG_SYMBOLS),1) OCAMLDEBUGFLAG := -g endif