From 3bcd25f38fd34f243cfedbebce9bb55ba054708a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 6 Nov 2021 17:16:12 +0100 Subject: [PATCH] build for size by default now --- Cargo.toml | 7 ++++++- va108xx-hal-rs | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 775228d..84f7e6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,9 @@ members = [ "vorago-reb1-rs", "va108xx-rs", "va108xx-hal-rs" -] \ No newline at end of file +] + +[profile.release] +lto = true +debug = true +opt-level = 's' diff --git a/va108xx-hal-rs b/va108xx-hal-rs index 1e1b7f3..a463332 160000 --- a/va108xx-hal-rs +++ b/va108xx-hal-rs @@ -1 +1 @@ -Subproject commit 1e1b7f3c9ff029c58b0d29f89fa6634fb94b8ff4 +Subproject commit a463332d582d0440c1212d409adb0a606a338ea6