mirror of
https://github.com/neovim/neovim.git
synced 2026-01-19 11:40:53 +10: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.