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)