You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
When compiling with gcc 13.1 (and other version) and using GOOGLE_STRIP_LOG the output gets optimized away as expected.
However, the constructor and deconstruction calls of NullStream() are left over in the compiled program.
I copied together from 3a0d4d2 with a cmake -DCMAKE_BUILD_TYPE=Release .. generated output.