pcsx2
pcsx2 copied to clipboard
[Feature Request]: cmake option to disable libbacktrace
Description
It'd be good to make libbacktrace
optional during the build.
Thanks for the great emulator!
Reason
- One less lib to worry about.
- Not everybody needs traces.
- Some distros disallow packages with no tagged releases.
libbacktrace
has none.
Examples
cmake ... -DBACKTRACE=OFF