mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Add some fixes.
This commit is contained in:
@@ -226,8 +226,8 @@ enum
|
||||
// this strips them completely
|
||||
#define STRIP_DEBUG_LOGS OPTION_OFF
|
||||
|
||||
// disable unit tests on android
|
||||
#if ENABLED(RDOC_ANDROID)
|
||||
// disable unit tests on android and *BSD
|
||||
#if ENABLED(RDOC_ANDROID) || defined(__FreeBSD__)
|
||||
|
||||
#define ENABLE_UNIT_TESTS OPTION_OFF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user