projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8ea2c9
)
[OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.
author
Peter Zotov
<whitequark@whitequark.org>
Mon, 3 Nov 2014 10:06:19 +0000
(10:06 +0000)
committer
Peter Zotov
<whitequark@whitequark.org>
Mon, 3 Nov 2014 10:06:19 +0000
(10:06 +0000)
Thanks echristo for pointing this out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221145
91177308
-0d34-0410-b5e6-
96231b3b80d8
bindings/ocaml/Makefile.ocaml
patch
|
blob
|
history
diff --git
a/bindings/ocaml/Makefile.ocaml
b/bindings/ocaml/Makefile.ocaml
index 26f82fa47f79dc964c4583c47bd8463392b22c2d..5e00cf59c4c28145543ac22ba0e2f33856f8d517 100644
(file)
--- 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