Skip to content

Commit efb9c60

Browse files
committed
UCS/CONFIG: Changed the default value of HANDLE_ERRORS to none.
1 parent a7403a1 commit efb9c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ucs/config/global_opts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ static ucs_config_field_t ucs_global_opts_table[] = {
129129
#if ENABLE_DEBUG_DATA
130130
"bt,freeze",
131131
#else
132-
"bt",
132+
"none",
133133
#endif
134134
"Error signal handling mode. Either 'none' to disable signal interception,\n"
135135
"or a combination of:\n"

0 commit comments

Comments
 (0)