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
Set debug DWARF v4 & rm usage of CMAKE_<LANG>_FLAGS_<CONFIG>_INIT.
The _INIT variables were introduced in CMake 3.11, and this
project currently supports 3.6+.
The CMAKE_<LANG>_FLAGS_<CONFIG> are reset here instead of using
_INIT, as we want these to be the starting values, overwritting
any CMake defaults.
Debug info set to DWARF v4 because some tooling does not process
v5 yet.
0 commit comments