https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122913

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Ok, adding:
```
#include <bits/c++config.h>
#undef _GLIBCXX_EXTERN_TEMPLATE
#define _GLIBCXX_EXTERN_TEMPLATE 0
```
at the begining of the file caues -std=c++17 just become as slow as c++20.

Reply via email to