From a53814be114fe1f39f34a815b7293e727aeacef8 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:52:44 +0200 Subject: [PATCH] meow --- slides/2025-10-10-how-rust-compiles/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/slides/2025-10-10-how-rust-compiles/index.html b/slides/2025-10-10-how-rust-compiles/index.html index 6f67d70..6823e24 100644 --- a/slides/2025-10-10-how-rust-compiles/index.html +++ b/slides/2025-10-10-how-rust-compiles/index.html @@ -35,7 +35,7 @@ @@ -483,7 +483,7 @@ fn main() { math::add() }
@@ -498,7 +498,7 @@ fn main() { math::add() }
-

lto = "fat"

+

lto = "fat" (monolithic)

               %%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true, 'fontSize': '25px' }}}%%
@@ -531,7 +531,7 @@ fn main() { math::add() }
           
-

lto = "thin"

+

lto = "thin" (sharded)

               %%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true, 'fontSize': '25px' }}}%%