Adapt C flags for the cmake build type
The C flags were set to be highly optimized regardless of the cmake build type. This may make debugging difficult. To resolve that, we adapt the C flags to the cmake build type in a supported manner.
parent
7fec3213