From 4db7e7cf6171fcb19fbc4a8b6b9d4260d0dbb7d8 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 09:08:33 +0000 Subject: [PATCH] Report bundle size reduction metrics for specific build flags Tested -fno-eval -fno-regexp -fno-json -fno-module-loader on examples and found a consistent ~1.6 MB (33%) reduction in executable size when using LTO and stripping. Co-authored-by: yumin-chen <10954839+yumin-chen@users.noreply.github.com>