forked from OSchip/llvm-project
[OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.
Thanks echristo for pointing this out. llvm-svn: 221145
This commit is contained in:
parent
aea393be26
commit
29ff48e122
|
@ -81,7 +81,7 @@ OCAMLAFLAGS += $(patsubst %,-cclib %, \
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(ENABLE_OPTIMIZED),1)
|
ifneq ($(DEBUG_SYMBOLS),1)
|
||||||
OCAMLDEBUGFLAG := -g
|
OCAMLDEBUGFLAG := -g
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue