Skip to content

Commit

Permalink
Add configuration file to builder crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoolioh committed Aug 20, 2024
1 parent 3034ef9 commit 8057d2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions builder/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build]
rustflags = ["-C", "relocation-model=pic"]

[target.'cfg(target_os = "windows")']
rustflags = ["-C", "relocation-model=pic", "-C", "target-feature=+crt-static"]

0 comments on commit 8057d2c

Please sign in to comment.