Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
oidos
Commits
4e8bf92f
Commit
4e8bf92f
authored
Jul 27, 2017
by
Aske Simon Christensen
Browse files
Stabilize static CRT linkage for Rust 1.19
parent
fea8b787
Changes
1
Hide whitespace changes
Inline
Side-by-side
.cargo/config
View file @
4e8bf92f
[target.i686-pc-windows-msvc]
rustflags = [
"-Z", "unstable-options",
"-C", "target-feature=+crt-static"]
rustflags = ["-C", "target-feature=+crt-static"]
[target.x86_64-pc-windows-msvc]
rustflags = [
"-Z", "unstable-options",
"-C", "target-feature=+crt-static"]
rustflags = ["-C", "target-feature=+crt-static"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment