mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
validator/pow: Use RandomXFactory for PoW verification
This commit is contained in:
2
Makefile
2
Makefile
@@ -10,6 +10,8 @@ CARGO = cargo
|
||||
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
|
||||
# If building natively, this might give you more speed
|
||||
#RUSTFLAGS = -C target_cpu=native
|
||||
|
||||
# List of zkas circuits to compile, used for tests
|
||||
PROOFS_SRC = \
|
||||
|
||||
Reference in New Issue
Block a user