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
For gcc in release mode, -DNDEBUG flag is missing when pch is generated.
As the pch is not generated with the same flags, it is not used during the compilation of objects. For example, the following warning appears:
precompiled.h.gch/.c++: not used because `NO_INLINE' not defined [-Winvalid-pch]
Could we have the same flags for the pch generation and the compilation?
The text was updated successfully, but these errors were encountered:
For gcc in release mode, -DNDEBUG flag is missing when pch is generated.
As the pch is not generated with the same flags, it is not used during the compilation of objects. For example, the following warning appears:
precompiled.h.gch/.c++: not used because `NO_INLINE' not defined [-Winvalid-pch]
Could we have the same flags for the pch generation and the compilation?
The text was updated successfully, but these errors were encountered: