[PATCH] D127496: [NFC] Suggest Release mode in clang GettingStarted.html

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 10 09:50:34 PDT 2022


aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM aside from a missing comma (that can be fixed when landing). But you should give @thieta a chance to chime in before landing.



================
Comment at: clang/www/get_started.html:72
     <li><tt>cd build</tt></li>
-    <li><tt>cmake -DLLVM_ENABLE_PROJECTS=clang -G "Unix Makefiles" ../llvm</tt></li>
+    <li>This builds both LLVM and Clang in release mode. Alternatively if
+        you need a debug build, switch Release to Debug. See
----------------
Looks like this was missed with the other changes.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127496/new/

https://reviews.llvm.org/D127496



More information about the cfe-commits mailing list