tfiala added a comment.

We have a separate configuration for that build in Xcode - it is called 
DebugClang.  You can build that configuration from the command line with 
something like:

xcodebuild --scheme desktop --configuration DebugClang

or clone the "desktop" scheme in Xcode, setting the scheme build option to use 
the DebugClang configuration instead of the Debug configuration.

Generally we don't want to force building a debug llvm/clang by default in the 
default Debug configuration since it has a noticeable impact on test run time.

@clayborg, thoughts on that?


http://reviews.llvm.org/D22235



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to