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
CI: build release workflows with RelWithDebInfo type
Accidentally, release workflows are built with ReleaseWithDebInfo. This
build type is not valid - that's why NDEBUG is not set, and all
workflows are built in Debug mode actually. Let's fix this mistake.
0 commit comments