diff options
-rw-r--r-- | build2/cc/compile.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/cc/compile.cxx b/build2/cc/compile.cxx index 83230b2..2f8a0e1 100644 --- a/build2/cc/compile.cxx +++ b/build2/cc/compile.cxx @@ -2939,7 +2939,8 @@ namespace build2 if (e.normal ()) { fail << "unable to preprocess " << src << - info << "re-run with -s -V to display the failing command"; + info << "re-run with -s -V to display failing command" << + info << "then run failing command to display compiler diagnostics"; } else fail << args[0] << " terminated abnormally: " << e.description (); |