Wykres commitów

6 Commity (e6b8e0222df697fc122eb4f47dbd898c8b412b3e)

Autor SHA1 Wiadomość Data
Phil Howard e6b8e0222d More madness. 2025-05-29 12:11:12 +01:00
Phil Howard 4611cd4ced Add -fdata-sections. 2025-05-28 22:04:10 +01:00
Phil Howard aada2e5e54 Add -ffunction-sections and -Wl,--gc-sections. 2025-05-28 21:57:37 +01:00
Phil Howard 8ff9ef8288 Add --no-ld-generated-unwind-info. 2025-05-28 21:50:47 +01:00
Phil Howard 25efd312d1 Replace nosys hack with __verbose_terminate_handler. 2025-05-28 21:36:32 +01:00
Phil Howard e0d9510769 Move nano specs hack into our module cmake files.
We've been maintaining a downstream patch to disable C++ exception
handling, which gives us some headroom before our builds get too big and
overwrite themselves at runtime.

Forgetting to apply this patch is a constant source of debugging
frustration. It turns out it can just be added to our USER_C_MODULES cmake
files instead, where it will implicitly be included when building against
our modules.
2024-07-03 16:18:46 +01:00