Add documentation
authorRob Tsuk <robtsuk@google.com>
Tue, 13 Mar 2018 23:08:44 +0000 (16:08 -0700)
committerRob Tsuk <robtsuk@google.com>
Tue, 13 Mar 2018 23:08:44 +0000 (16:08 -0700)
src/doc/src/reference/config.md

index b19c8923cf95a282c4c137d4b6af730c9d77064b..d72e9a75dc5f2c970a3659fbda967e09593ab5dc 100644 (file)
@@ -104,6 +104,7 @@ target = "triple"         # build for the target triple
 target-dir = "target"     # path of where to place all generated artifacts
 rustflags = ["..", ".."]  # custom flags to pass to all compiler invocations
 incremental = true        # whether or not to enable incremental compilation
+dep-info-basedir = ".."   # full path for the base directory for targets in depfiles
 
 [term]
 verbose = false        # whether cargo provides verbose output