pcsx2 icon indicating copy to clipboard operation
pcsx2 copied to clipboard

linux/cmake: Allow libbacktrace to be disabled

Open F0bes opened this issue 1 year ago • 0 comments

RFC? Should this be implemented?

Description of Changes

Adds the USE_BACKTRACE CMake build option to optionally disable libbacktrace

Rationale behind Changes

fixes #11566

Suggested Testing Steps

Try to build with -DUSE_BACKTRACE=1 (default) and -DUSE_BACKTRACE=0

Please know that support will not be given for builds with libbacktrace disabled.

I'd also like to remind Linux users: First class Linux support is provided for the AppImage and Flatpack only. If it is not reproducible on either builds, we will consider the issue invalid.

F0bes avatar Jul 16 '24 00:07 F0bes