Skip to content

Commit 3802f1c

Browse files
author
metrics
committed
Merge branch 'main' of https://github.com/arnoox/herkos into pr-e/value-optimizations
2 parents 55ad436 + 31708c4 commit 3802f1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/c-fft/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ echo "==> Transpiling WebAssembly to Rust..."
5555
REPO_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
5656

5757
cargo run --manifest-path "$REPO_ROOT/Cargo.toml" -p herkos -- \
58-
"$SCRIPT_DIR/$WASM_FILE" --output "$SCRIPT_DIR/$GENERATED_RS"
58+
"$SCRIPT_DIR/$WASM_FILE" --output "$SCRIPT_DIR/$GENERATED_RS" -O
5959

6060
echo " Created $GENERATED_RS"
6161

0 commit comments

Comments
 (0)