mirror of
https://github.com/reactos/CMake.git
synced 2025-04-01 23:01:43 +00:00

Clang discards the entire string if it is not used, removing the ability to read the features from the compiled binary. That is prevented by using the symbol. GNU with -O3 also discards the string, so use the string in a way which is determined by a runtime value (argc) to prevent it being discarded.