Switch default --ignore_undefined_externs to true.

This commit is contained in:
Ben Vanik 2015-08-30 20:48:41 -07:00
parent 2f9b37c142
commit 7233df2778
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
DEFINE_bool(enable_debugprint_log, false,
"Log debugprint traps to the active debugger");
DEFINE_bool(ignore_undefined_externs, false,
DEFINE_bool(ignore_undefined_externs, true,
"Don't exit when an undefined extern is called.");
namespace xe {