Merge commit 'origin/gallium-0.1' into gallium-0.2
This commit is contained in:
@@ -376,7 +376,7 @@ void _debug_assert_fail(const char *expr,
|
||||
const char *function)
|
||||
{
|
||||
_debug_printf("%s:%u:%s: Assertion `%s' failed.\n", file, line, function, expr);
|
||||
#if defined(PIPE_OS_WINDOWS)
|
||||
#if defined(PIPE_OS_WINDOWS) && !defined(PIPE_SUBSYSTEM_WINDOWS_USER)
|
||||
if (debug_get_bool_option("GALLIUM_ABORT_ON_ASSERT", FALSE))
|
||||
#else
|
||||
if (debug_get_bool_option("GALLIUM_ABORT_ON_ASSERT", TRUE))
|
||||
|
Reference in New Issue
Block a user