Current scripts set compilation flags inconsistently and often incorrectly: cmake-gui / ccmake show editable flags that aren't actually editable. Flags can be reset on the next configuration run.
Solution:
- Stop forcing flags in cache;
- Rely on CMake default behaviour to present and keep flags between re-runs.