From 75edda2e6008e0c76788dcaf4db53506cdcf1478 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Tue, 28 Oct 2025 10:55:45 -0700 Subject: [PATCH] Remove LINKABLE from COMPILE_TIME_SETTINGS. NFC Maybe one day in the part in needed to be here becuase SIDE_MODULE and MAIN_MODULE are both compile-time settings (since they imply PIC). But the automatic setting of LINKABLE, based on MAIN_MODULE now happens only in link.py. --- tools/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/settings.py b/tools/settings.py index c6b1465e50496..b1d9a67b6850b 100644 --- a/tools/settings.py +++ b/tools/settings.py @@ -86,7 +86,6 @@ 'MAIN_MODULE', 'SIDE_MODULE', 'RELOCATABLE', - 'LINKABLE', 'STRICT', 'EMSCRIPTEN_TRACING', 'PTHREADS',