chore: move jemalloc, asm-keccak, min-debug-logs to default features (#22034)

Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Georgios Konstantopoulos
2026-02-10 15:46:59 -05:00
committed by GitHub
parent a40647e651
commit 1ecbb0b9d6
11 changed files with 25 additions and 35 deletions

View File

@@ -58,7 +58,6 @@
withMaxPerf = prev: {
cargoBuildCommand = "cargo build --profile=maxperf";
cargoExtraArgs = prev.cargoExtraArgs or "" + " --features=jemalloc,asm-keccak";
RUSTFLAGS = prev.RUSTFLAGS or [] ++ [
"-Ctarget-cpu=native"
];