diff options
Diffstat (limited to 'src/comp/driver')
| -rw-r--r-- | src/comp/driver/rustc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index 634c6512..a6f6ae05 100644 --- a/src/comp/driver/rustc.rs +++ b/src/comp/driver/rustc.rs @@ -142,6 +142,7 @@ options: --ls list the symbols defined by a crate file -L <path> add a directory to the library search path --noverify suppress LLVM verification step (slight speedup) + --depend print dependencies, in makefile-rule form --parse-only parse only; do not compile, assemble, or link -O optimize -S compile only; do not assemble or link |