We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3046b0a commit 33b616dCopy full SHA for 33b616d
src/lib.rs
@@ -1241,8 +1241,9 @@ impl Build {
1241
self
1242
}
1243
1244
- /// Define whether metadata should be emitted for cargo to detect environment
1245
- /// changes that should trigger a rebuild.
+ /// Define whether metadata should be emitted for cargo to only trigger
+ /// rebuild when detected environment changes, by default build script is
1246
+ /// always run on every compilation if no rerun cargo metadata is emitted.
1247
///
1248
/// NOTE that cc does not emit metadata to detect changes for `PATH`, since it could
1249
/// be changed every comilation yet does not affect the result of compilation
0 commit comments