diff options
Diffstat (limited to 'docs/tools')
-rw-r--r-- | docs/tools/clang.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod index 704cc8743b..abecd1c8ef 100644 --- a/docs/tools/clang.pod +++ b/docs/tools/clang.pod @@ -407,6 +407,13 @@ Print timing summary of each stage of compilation. Show commands to run and use verbose output. +=item B<--working-directory> + +Use the given argument as the effective working directory to run the compiler +in. This is useful for running the compiler as if in a specific working +directory without the overhead of having to change directory using an auxiliary +process. + =back |