FDH2 / UxPlay

AirPlay Unix mirroring server
GNU General Public License v3.0
1.35k stars 72 forks source link

Don't adds debug flags by default #160

Closed PetrusZ closed 1 year ago

PetrusZ commented 1 year ago

https://github.com/FDH2/UxPlay/blob/a5f2ba39b227dc0f7feaf15ec6ece908e9be31bd/lib/CMakeLists.txt#L6

debug flags slow down the build process and take more disk/ram and I think it should not be added by default..

See also: https://bugs.gentoo.org/887787

fduncanh commented 1 year ago

Please be more explicit about which flags are the problem...

OK you mean the the -g, yes that should probably not be there .

PetrusZ commented 1 year ago

Yeah :)

fduncanh commented 1 year ago

These flags are all inherited from RPiPlay, (RPiPlay/renderers/CMakeLists.txt) I don't know what many of them do...

fduncanh commented 1 year ago

-g removed

PetrusZ commented 1 year ago

Thank you!