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 |