From 3f718104447cfce23708b9d32a545f782db5a6e8 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 13 Feb 2026 08:05:48 +0100 Subject: [PATCH] Update src/common/settings.h --- src/common/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/settings.h b/src/common/settings.h index de7387c4f8..f76c52c92f 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -569,7 +569,7 @@ struct Values { SwitchableSetting dyna_state{linkage, #if defined (_WIN32) - ExtendedDynamicState::EDS3, + ExtendedDynamicState::Disabled, #elif defined (__FreeBSD__) ExtendedDynamicState::EDS3, #elif defined (ANDROID)