mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-18 08:39:42 +00:00
f2d78b11dd
We use CMakeListsTxtAdvanced, and as such, we have to do this our self via "-DCMAKE_BUILD_TYPE=RelWithDebInfo". Otherwise we are producing Debug builds instead of Release builds. Oops.