arm gnu toolchain 13.2.rel1 std::foramt bloats the binary

Adding this line to my code bloats the binary size by 300kB (-O0) and 270kB (-Os):

auto str = std::format("{}", value);

Is this really how it is supposed to be?