[Lldb-commits] [lldb] r167677 - /lldb/trunk/www/build.html
Daniel Malea
daniel.malea at intel.com
Sat Nov 10 10:09:36 PST 2012
Author: dmalea
Date: Sat Nov 10 12:09:36 2012
New Revision: 167677
URL: http://llvm.org/viewvc/llvm-project?rev=167677&view=rev
Log:
Test commit: clean up C++11 options in lldb (on Linux) build page
Modified:
lldb/trunk/www/build.html
Modified: lldb/trunk/www/build.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/build.html?rev=167677&r1=167676&r2=167677&view=diff
==============================================================================
--- lldb/trunk/www/build.html (original)
+++ lldb/trunk/www/build.html Sat Nov 10 12:09:36 2012
@@ -105,8 +105,8 @@
<code>> cd $llvm/..
<br>> mkdir build
<br>> cd build
- <br>> $llvm/configure --enable-libcpp
- <br>> make CXXFLAGS=-std=c++11</code>
+ <br>> $llvm/configure --enable-cxx11 --enable-libcpp
+ <br>> make </code>
<p>Note that once both LLVM and Clang have been configured and built it is not
necessary to perform a top-level <tt>make</tt> to rebuild changes made only to LLDB.
You can run <tt>make</tt> from the <tt>build/tools/lldb</tt> subdirectory as well. If your
More information about the lldb-commits
mailing list