reactos/sdk
Victor Perevertkin d10728a645
[CMAKE] Rely less on CMAKE_BUILD_TYPE variable
Having conditional statements with CMAKE_BUILD_TYPE is an antipattern
See https://stackoverflow.com/questions/66079007/having-conditional-statements-on-build-type-variable-a-good-design

We use both single- and multi-config generators (Ninja and VS), so we
can't really rely on CMAKE_BUILD_TYPE, because it's not always set.

This commit alters some conditional flags to use <$CONFIG:...>
generator expression, but is still not complete. Also, our default
optimization level (4) now has what was always a de-facto flags
2021-04-15 06:44:56 +03:00
..
cmake [CMAKE] Rely less on CMAKE_BUILD_TYPE variable 2021-04-15 06:44:56 +03:00
include [CRT] Properly declare rot functions in public headers 2021-04-09 15:12:13 +02:00
lib [CRT] Properly declare rot functions in public headers 2021-04-09 15:12:13 +02:00
tools [CMAKE] Properly generate all Bison and Flex files at build time 2021-04-03 21:50:08 +03:00