blob: adc986b521027dee41d84f47536b5589360fefce [file] [log] [blame]
[target.'cfg(not(windows))']
rustflags = [
"-C", "link-arg=-Wl,-rpath,$ORIGIN",
"-C", "link-arg=-s"
]
[target.'cfg(windows)']
rustflags = [
"-C", "target-feature=+crt-static"
]