Skip to content

Commit 02eb19c

Browse files
committed
config.toml: add cargo-native-static
1 parent 5e96878 commit 02eb19c

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

config.toml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
[build]
2-
build = "x86_64-unknown-linux-musl"
3-
host = [ "x86_64-unknown-linux-musl" ]
4-
target = [ "x86_64-unknown-linux-musl" ]
5-
docs = false
6-
compiler-docs = false
7-
extended = true
8-
submodules = false
9-
python = "python3"
10-
locked-deps = true
11-
vendor = true
12-
sanitizers = false
13-
profiler = false
14-
full-bootstrap = false
2+
build = "x86_64-unknown-linux-musl"
3+
host = [ "x86_64-unknown-linux-musl" ]
4+
target = [ "x86_64-unknown-linux-musl" ]
5+
docs = false
6+
compiler-docs = false
7+
extended = true
8+
submodules = false
9+
python = "python3"
10+
locked-deps = true
11+
vendor = true
12+
sanitizers = false
13+
profiler = false
14+
full-bootstrap = false
15+
# Caveat: you need GNU make for the config below.
16+
cargo-native-static = true
1517

1618
[install]
1719
prefix = "/usr"

0 commit comments

Comments
 (0)