Skip to content

Commit 9884c92

Browse files
committed
Change build type for Big back into release mode
1 parent 5b6b765 commit 9884c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rust/Savina/src/micro/Big.lf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
target Rust {
28-
build-type: Debug,
28+
build-type: Release,
2929
cargo-features: [ "cli" ],
3030
rust-include: "../lib/pseudo_random.rs",
3131
};

0 commit comments

Comments
 (0)