mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Crashhandler should only be enabled on *windows* official builds
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
* THE SOFTWARE.
|
||||
******************************************************************************/
|
||||
|
||||
#if ENABLED(RDOC_RELEASE) && RENDERDOC_OFFICIAL_BUILD
|
||||
// currently breakpad crash-handler is only available on windows
|
||||
#if ENABLED(RDOC_RELEASE) && RENDERDOC_OFFICIAL_BUILD && ENABLED(RDOC_WIN32)
|
||||
|
||||
#define RDOC_CRASH_HANDLER OPTION_ON
|
||||
|
||||
|
||||
Reference in New Issue
Block a user