mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-27 05:30:29 +00:00
[OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.
Thanks echristo for pointing this out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221145 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a8ea2c9bd7
commit
099e59a6c1
@ -81,7 +81,7 @@ OCAMLAFLAGS += $(patsubst %,-cclib %, \
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(ENABLE_OPTIMIZED),1)
|
||||
ifneq ($(DEBUG_SYMBOLS),1)
|
||||
OCAMLDEBUGFLAG := -g
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user