Enable optimization on odo.

This commit is contained in:
Tom Alexander
2025-03-22 22:36:24 -04:00
parent 15c209fdd9
commit 3099a18424
4 changed files with 58 additions and 12 deletions

View File

@@ -2,6 +2,7 @@
config,
lib,
pkgs,
pkgs-unoptimized,
...
}:
@@ -23,7 +24,7 @@
environment.systemPackages = with pkgs; [
wabt
wasm-bindgen-cli
binaryen # for wasm-opt
pkgs-unoptimized.binaryen # for wasm-opt
];
}
]