afritz1 / OpenTESArena

Open-source re-implementation of The Elder Scrolls: Arena.
MIT License
988 stars 68 forks source link

New CMake configuration types #208

Closed afritz1 closed 3 years ago

afritz1 commented 3 years ago

This branch replaces

Debug
Release
RelWithDebInfo
MinSizeRel

with

Debug
DebugFast
ReleaseGeneric
ReleaseNative

Debug is like it used to be. DebugFast is like Debug but slightly faster for typical development. ReleaseGeneric is for distribution at project releases. ReleaseNative enables maximum code optimizations for the machine it's compiling on.