Try EDS2 as default

This commit is contained in:
John 2026-02-13 08:59:01 +01:00 committed by crueter
parent 3f71810444
commit 8ce5e5e3cf
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ struct Values {
SwitchableSetting<ExtendedDynamicState> dyna_state{linkage,
#if defined (_WIN32)
ExtendedDynamicState::Disabled,
ExtendedDynamicState::EDS2,
#elif defined (__FreeBSD__)
ExtendedDynamicState::EDS3,
#elif defined (ANDROID)