Commit 66e2f8f2 by Frank Henigman Committed by Commit Bot

Fix doc typo.

Added missing quotes. BUG=angleproject:2297 Change-Id: Ieb6ca4ae37786f48ad3c6f5dccefef25afce23a2 Reviewed-on: https://chromium-review.googlesource.com/852636Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Frank Henigman <fjhenigman@chromium.org>
parent 97f39b3c
...@@ -52,7 +52,7 @@ gn gen out/Debug ...@@ -52,7 +52,7 @@ gn gen out/Debug
GN will generate ninja files by default. To change the default build options run `gn args out/Debug`. Some commonly used options are: GN will generate ninja files by default. To change the default build options run `gn args out/Debug`. Some commonly used options are:
``` ```
is_debug = true is_debug = true
target_cpu = x64 (or x86) target_cpu = "x64" (or "x86")
is_clang = false (to use compiler other than clang) is_clang = false (to use compiler other than clang)
``` ```
For more information on GN run `gn help`. For more information on GN run `gn help`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment