fix(compiler): generate the vtable within settings.cpp

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2026-01-25 13:42:55 +01:00
parent f428c20bf6
commit 6253352e1e

View File

@@ -364,3 +364,9 @@ void SetConfiguringGlobal(bool is_global) {
}
} // namespace Settings
#include "common/settings_setting.h"
#include "common/settings_enums.h"
// generate the vtable for the linker
template class Settings::SwitchableSetting<Settings::GCAggressiveness, true>;