xgupta created this revision. xgupta added reviewers: thieta, aaron.ballman. Herald added a project: All. xgupta requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits.
This fix https://github.com/llvm/llvm-project/issues/23841. Lots of beginners are not of aware of this option do suggesting it here would be helpful. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D127496 Files: clang/www/get_started.html Index: clang/www/get_started.html =================================================================== --- clang/www/get_started.html +++ clang/www/get_started.html @@ -69,9 +69,9 @@ <li><tt>cd llvm-project</tt></li> <li><tt>mkdir build</tt> (in-tree build is not supported)</li> <li><tt>cd build</tt></li> + <li>This builds both LLVM and Clang for debug mode and takes a lot of time and space. Alternatively -DCMAKE_BUILD_TYPE=Release" can be use to make a release build.</li> <li><tt>cmake -DLLVM_ENABLE_PROJECTS=clang -G "Unix Makefiles" ../llvm</tt></li> <li><tt>make</tt></li> - <li>This builds both LLVM and Clang for debug mode.</li> <li>Note: For subsequent Clang development, you can just run <tt>make clang</tt>.</li> <li>CMake allows you to generate project files for several IDEs: Xcode,
Index: clang/www/get_started.html =================================================================== --- clang/www/get_started.html +++ clang/www/get_started.html @@ -69,9 +69,9 @@ <li><tt>cd llvm-project</tt></li> <li><tt>mkdir build</tt> (in-tree build is not supported)</li> <li><tt>cd build</tt></li> + <li>This builds both LLVM and Clang for debug mode and takes a lot of time and space. Alternatively -DCMAKE_BUILD_TYPE=Release" can be use to make a release build.</li> <li><tt>cmake -DLLVM_ENABLE_PROJECTS=clang -G "Unix Makefiles" ../llvm</tt></li> <li><tt>make</tt></li> - <li>This builds both LLVM and Clang for debug mode.</li> <li>Note: For subsequent Clang development, you can just run <tt>make clang</tt>.</li> <li>CMake allows you to generate project files for several IDEs: Xcode,
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits