mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
bin: Enable static compile targets for more bins
This commit is contained in:
2
Makefile
2
Makefile
@@ -9,7 +9,7 @@ CARGO = cargo +nightly
|
||||
# Compile target for system binaries
|
||||
RUST_TARGET = $(shell rustc -Vv | grep '^host: ' | cut -d' ' -f2)
|
||||
# Uncomment when doing musl static builds
|
||||
#RUSTFLAGS = "-C target-feature=+crt-static -C link-self-contained=yes"
|
||||
#RUSTFLAGS = -C target-feature=+crt-static -C link-self-contained=yes
|
||||
|
||||
# Binaries to be built
|
||||
BINS = \
|
||||
|
||||
Reference in New Issue
Block a user