summaryrefslogtreecommitdiff
path: root/bootle/.cargo/config.toml
blob: 74cdc7b8110a7e35162578ccea03cb228cebf4bf (plain)
1
2
3
4
5
[build]
target = "x86_64-unknown-none"
rustflags = [
  "-Crelocation-model=static"
]