diff --git a/docs/reference.md b/docs/reference.md index ddf73e60..91040768 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -804,6 +804,9 @@ As an example, "10.0.15063.0" can be specified to use Creators Update SDK instead of the default one. + --ninja-executable= + Can be used to specify the ninja executable to use when building. + --ninja-extra-args= This string is passed without any quoting to the ninja invocation command-line. Can be used to configure ninja flags, like "-j". diff --git a/src/gn/command_gen.cc b/src/gn/command_gen.cc index 0f4ed709..e391d26d 100644 --- a/src/gn/command_gen.cc +++ b/src/gn/command_gen.cc @@ -493,6 +493,9 @@ Visual Studio Flags As an example, "10.0.15063.0" can be specified to use Creators Update SDK instead of the default one. + --ninja-executable= + Can be used to specify the ninja executable to use when building. + --ninja-extra-args= This string is passed without any quoting to the ninja invocation command-line. Can be used to configure ninja flags, like "-j".