swr: [rasterizer scripts] add ENABLE_ASSERT_DIALOGS knob for windows

Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com>
This commit is contained in:
Tim Rowley 2016-10-05 13:48:40 -05:00
parent 07326d4006
commit 5d5179a6c2
1 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,14 @@
# Python source
KNOBS = [
['ENABLE_ASSERT_DIALOGS', {
'type' : 'bool',
'default' : 'true',
'desc' : ['Use dialogs when asserts fire.',
'Asserts are only enabled in debug builds'],
'category' : 'debug',
}],
['SINGLE_THREADED', {
'type' : 'bool',
'default' : 'false',