Docs: ooops, debug is the default in GN.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2195173002
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=2195173002

TBR=jcgregorio@google.com

Review-Url: https://codereview.chromium.org/2195173002
This commit is contained in:
mtklein 2016-07-30 07:50:15 -07:00 committed by Commit bot
parent fe2042e60f
commit 73106225d1

View File

@ -28,8 +28,8 @@ guides. We diverge where they'd first run some command with "gyp" in it.
gclient sync && bin/fetch-gn gclient sync && bin/fetch-gn
# Run GN to generate your build files. Some examples. # Run GN to generate your build files. Some examples.
gn gen out/Release gn gen out/Debug
gn gen out/Debug --args=is_debug=true gn gen out/Release --args=is_debug=false
gn gen out/Clang --args='cc="clang" cxx="clang++"' gn gen out/Clang --args='cc="clang" cxx="clang++"'
gn gen out/Shared --args=is_component_build=true gn gen out/Shared --args=is_component_build=true