File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,13 +105,13 @@ clang-cl --version
105
105
If you are compiling any proc-macros, you will get this error:
106
106
107
107
```
108
- error: Linker plugin based LTO is not supported together with `-C prefer-dynamic` when
108
+ error: Linker plugin based LTO is not supported together with `-C prefer-dynamic` when
109
109
targeting Windows-like targets
110
110
```
111
111
112
- This is fixed if you explicitly set the target, for example
112
+ This is fixed if you explicitly set the target, for example
113
113
` cargo build --target x86_64-pc-windows-msvc `
114
- Without an explicit --target the flags will be passed to all compiler invocations (including build
114
+ Without an explicit --target the flags will be passed to all compiler invocations (including build
115
115
scripts and proc macros), see [ cargo docs on rustflags] ( https://doc.rust-lang.org/cargo/reference/config.html#buildrustflags )
116
116
117
117
If you have dependencies using the ` cc ` crate, you will need to set these
You can’t perform that action at this time.
0 commit comments