Skip to content

Commit

Permalink
Merge pull request #3125 from mbartlett21/patch-3
Browse files Browse the repository at this point in the history
Fix RFC 1721
  • Loading branch information
joshtriplett authored Feb 25, 2023
2 parents fd7c616 + 734ab61 commit c32adbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion text/1721-crt-static.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ Finally, an example of compiling for MSVC and linking statically to the C
runtime would look like:

```
RUSTFLAGS='-C target-feature=+crt-static' cargo build --target x86_64-pc-windows-msvc
set RUSTFLAGS=-C target-feature=+crt-static
cargo build --target x86_64-pc-windows-msvc
```

and similarly, compiling for musl but linking dynamically to the C runtime would
Expand Down

0 comments on commit c32adbd

Please sign in to comment.