Created
March 10, 2019 11:08
-
-
Save jamesmunns/408033f736191079c5ec7ac52768b92f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> 001-master-opt-3.txt <== | |
text data bss dec hex filename | |
2580 0 4 2584 a18 /home/james/nrf-rs/nrf52-hal/target/thumbv7em-none-eabihf/release/spi-demo | |
==> 001-master-opt-s.txt <== | |
text data bss dec hex filename | |
1472 0 4 1476 5c4 /home/james/nrf-rs/nrf52-hal/target/thumbv7em-none-eabihf/release/spi-demo | |
==> 001-master-opt-z.txt <== | |
text data bss dec hex filename | |
1858 0 4 1862 746 /home/james/nrf-rs/nrf52-hal/target/thumbv7em-none-eabihf/release/spi-demo | |
==> 002-retool-spi-opt-3.txt <== | |
text data bss dec hex filename | |
2818 0 4 2822 b06 /home/james/nrf-rs/nrf52-hal/target/thumbv7em-none-eabihf/release/spi-demo | |
==> 002-retool-spi-opt-s.txt <== | |
text data bss dec hex filename | |
1846 0 4 1850 73a /home/james/nrf-rs/nrf52-hal/target/thumbv7em-none-eabihf/release/spi-demo | |
==> 002-retool-spi-opt-z.txt <== | |
text data bss dec hex filename | |
2340 0 4 2344 928 /home/james/nrf-rs/nrf52-hal/target/thumbv7em-none-eabihf/release/spi-demo | |
==> 001-master-opt-3.patch <== | |
diff --git a/Cargo.toml b/Cargo.toml | |
index 17b6a0d..304d039 100644 | |
--- a/Cargo.toml | |
+++ b/Cargo.toml | |
@@ -18,4 +18,4 @@ lto = false | |
[profile.release] | |
debug = true | |
lto = true | |
-opt-level = "s" | |
\ No newline at end of file | |
+opt-level = 3 | |
==> 001-master-opt-s.patch <== | |
==> 001-master-opt-z.patch <== | |
diff --git a/Cargo.toml b/Cargo.toml | |
index 17b6a0d..004213a 100644 | |
--- a/Cargo.toml | |
+++ b/Cargo.toml | |
@@ -18,4 +18,4 @@ lto = false | |
[profile.release] | |
debug = true | |
lto = true | |
-opt-level = "s" | |
\ No newline at end of file | |
+opt-level = "z" | |
==> 002-retool-spi-opt-3.patch <== | |
diff --git a/Cargo.toml b/Cargo.toml | |
index 17b6a0d..304d039 100644 | |
--- a/Cargo.toml | |
+++ b/Cargo.toml | |
@@ -18,4 +18,4 @@ lto = false | |
[profile.release] | |
debug = true | |
lto = true | |
-opt-level = "s" | |
\ No newline at end of file | |
+opt-level = 3 | |
==> 002-retool-spi-opt-s.patch <== | |
==> 002-retool-spi-opt-z.patch <== | |
diff --git a/Cargo.toml b/Cargo.toml | |
index 17b6a0d..004213a 100644 | |
--- a/Cargo.toml | |
+++ b/Cargo.toml | |
@@ -18,4 +18,4 @@ lto = false | |
[profile.release] | |
debug = true | |
lto = true | |
-opt-level = "s" | |
\ No newline at end of file | |
+opt-level = "z" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment