mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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.