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
105105If you are compiling any proc-macros, you will get this error:
106106
107107```
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
109109targeting Windows-like targets
110110```
111111
112- This is fixed if you explicitly set the target, for example
112+ This is fixed if you explicitly set the target, for example
113113` 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
115115scripts and proc macros), see [ cargo docs on rustflags] ( https://doc.rust-lang.org/cargo/reference/config.html#buildrustflags )
116116
117117If 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