Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(601)

Unified Diff: site/user/quick/gn.md

Issue 2195173002: Docs: ooops, debug is the default in GN. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/user/quick/gn.md
diff --git a/site/user/quick/gn.md b/site/user/quick/gn.md
index 93f7680a85a62634faa07663c5102864d3305a1f..c710576be43d4b91b6588e52a61b587c479f3431 100644
--- a/site/user/quick/gn.md
+++ b/site/user/quick/gn.md
@@ -28,8 +28,8 @@ guides. We diverge where they'd first run some command with "gyp" in it.
gclient sync && bin/fetch-gn
# Run GN to generate your build files. Some examples.
- gn gen out/Release
- gn gen out/Debug --args=is_debug=true
+ gn gen out/Debug
+ gn gen out/Release --args=is_debug=false
gn gen out/Clang --args='cc="clang" cxx="clang++"'
gn gen out/Shared --args=is_component_build=true
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698