You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `-Zdetect-antivirus` flag enables detection of antivirus software that might make launching a binary for the first time slower (which in turn makes Cargo's build scripts and tests slower), and outputs a descriptive warning to the user if this is the case.
1956
+
1957
+
This feature will be enabled by default in the future, with the `build.detect-antivirus` option to opt-out.
1958
+
1959
+
Currently only implemented for macOS' XProtect/Gatekeeper, but could be expanded to Windows Defender in the future.
1960
+
1961
+
```toml
1962
+
# Example ~/.cargo/config.toml
1963
+
1964
+
# Disable warning, e.g. if using a workplace-issued Mac that
0 commit comments