Loading lldb/www/build.html +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
lldb/www/build.html +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading