aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user/build.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/user/build.md')
-rw-r--r--site/user/build.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/user/build.md b/site/user/build.md
index 4f1395253e..86aa51b00d 100644
--- a/site/user/build.md
+++ b/site/user/build.md
@@ -29,7 +29,7 @@ GN allows fine-grained settings for developers and special situations.
gn gen out/Release --args='is_debug=false'
gn gen out/Clang --args='cc="clang" cxx="clang++"'
gn gen out/Cached --args='cc_wrapper="ccache"'
- gn gen out/RTTI --args='extra_cflags_cc="-frtti"'
+ gn gen out/RTTI --args='extra_cflags_cc=["-frtti"]'
To see all the arguments available, you can run