i-rinat / libvdpau-va-gl

VDPAU driver with OpenGL/VAAPI backend
MIT License
161 stars 26 forks source link

Remove -ggdb from default CFLAGS #5

Closed Nikoli closed 11 years ago

Nikoli commented 11 years ago

Please avoid using unnecessary CFLAGS by default. This will make packaging simpler.

i-rinat commented 11 years ago

Fixed.

By the way, what's your opinion, is it ok to have additional options for debug builds?

Fat-Zer commented 11 years ago

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.