1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.

Thanks echristo for pointing this out.

llvm-svn: 221145
This commit is contained in:
Peter Zotov 2014-11-03 10:06:19 +00:00
parent 1f0156a335
commit 260d1b1b77

View File

@ -81,7 +81,7 @@ OCAMLAFLAGS += $(patsubst %,-cclib %, \
endif
endif
ifneq ($(ENABLE_OPTIMIZED),1)
ifneq ($(DEBUG_SYMBOLS),1)
OCAMLDEBUGFLAG := -g
endif