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

--- Comment #6 from Mathieu Malaterre <malat at debian dot org> ---
> $ export CXX=-O1
> $ export CXXFLAGS=g++-13

should read:

$ export CXX=g++-13
$ export CXXFLAGS=-O1

Reply via email to