Skip to content

Commit

Permalink
Put LLDB-specific flags back under ifeq ($(BUILD_LLDB),1)
Browse files Browse the repository at this point in the history
where they were before #9263
  • Loading branch information
tkelman committed Dec 13, 2014
1 parent 16fefa2 commit d3bdc6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ else
LLVM_FLAGS += --disable-threads
endif # USE_INTEL_JITEVENTS

ifeq ($(BUILD_LLDB),1)
ifeq ($(USECLANG),1)
LLVM_FLAGS += --enable-cxx11
else
Expand All @@ -287,6 +288,7 @@ endif # USECLANG
ifeq ($(LLDB_DISABLE_PYTHON),1)
LLVM_CXXFLAGS += -DLLDB_DISABLE_PYTHON
endif # LLDB_DISABLE_PYTHON
endif # BUILD_LLDB

ifeq ($(ARCH), ppc64)
LLVM_CXXFLAGS += -mminimal-toc
Expand Down

1 comment on commit d3bdc6c

@tkelman
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@staticfloat don't bother manually rerunning the windows buildbots until this can get picked up, ref #9263 (comment)

Please sign in to comment.