mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
.
This commit is contained in:
2
Makefile
2
Makefile
@ -232,7 +232,7 @@ build-x86_64-pc-windows-gnu: FEATURES := $(filter-out jemalloc jemalloc-prof,$(F
|
|||||||
# See: https://github.com/cross-rs/cross/wiki/FAQ#undefined-reference-with-build-std
|
# See: https://github.com/cross-rs/cross/wiki/FAQ#undefined-reference-with-build-std
|
||||||
build-%:
|
build-%:
|
||||||
RUSTFLAGS="-C link-arg=-lgcc -Clink-arg=-static-libgcc" \
|
RUSTFLAGS="-C link-arg=-lgcc -Clink-arg=-static-libgcc" \
|
||||||
cross build --bin reth --target $* --features "$(FEATURES)" --profile "$(PROFILE)"
|
cross build --bin reth-hl --target $* --features "$(FEATURES)" --profile "$(PROFILE)"
|
||||||
##@ Docker
|
##@ Docker
|
||||||
|
|
||||||
# Note: This requires a buildx builder with emulation support. For example:
|
# Note: This requires a buildx builder with emulation support. For example:
|
||||||
|
|||||||
Reference in New Issue
Block a user