mirror of
https://github.com/neovim/neovim.git
synced 2025-12-25 07:39:11 +00:00
Many compiler checks rely on optimizations being enabled, so we want these to show up in CI. Use RelWithDebInfo instead of Release so that assert() statements aren't compiled out.