gonetz / GLideN64

A new generation, open-source graphics plugin for N64 emulators.
Other
770 stars 177 forks source link

cmake: Better handling of CMAKE_BUILD_TYPE #2610

Closed orbea closed 2 years ago

orbea commented 2 years ago

There are four main variables for CMAKE_BUILD_TYPE, Debug, Release, RelWithDebInfo and MinSizeRel. Additionally there is None which acts as a plain build.

This PR will make it work better with all of them, especially None which I was using which was problematic where it missed several parts of the build.