Closed Nikoli closed 11 years ago
Fixed.
By the way, what's your opinion, is it ok to have additional options for debug builds?
By the way, what's your opinion, is it ok to have additional options for debug builds?
cmake can handle this internally with e.g. -DCMAKE_BUILD_TYPE=Debug or -DCMAKE_C_FLAGS=-ggdb etc. So there is no need for such stuff.
Please avoid using unnecessary CFLAGS by default. This will make packaging simpler.