mirror of
https://github.com/reactos/CMake.git
synced 2025-02-18 02:28:05 +00:00
![Stephen Kelly](/assets/img/avatar_default.png)
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.