summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2015-01-23 09:38:05 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-01-23 09:38:06 +0000
commit1ab1502093940ecc03b1be5d5e7e50b69df42165 (patch)
treea9ff23f421340c18cff65354b1a648f62dd6d71b /compiler/driver/compiler_options.h
parent360daa6feb2b73be8cc61bf370eef7200a210d98 (diff)
parent27e28d34c6754b14f1232d131c70e8dd07984e91 (diff)
Merge "Implicit stack overflow checks and null checks are the norm now."
Diffstat (limited to 'compiler/driver/compiler_options.h')
-rw-r--r--compiler/driver/compiler_options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/driver/compiler_options.h b/compiler/driver/compiler_options.h
index 97699e599c..5466d4596a 100644
--- a/compiler/driver/compiler_options.h
+++ b/compiler/driver/compiler_options.h
@@ -64,8 +64,8 @@ class CompilerOptions FINAL {
include_patch_information_(kDefaultIncludePatchInformation),
top_k_profile_threshold_(kDefaultTopKProfileThreshold),
include_debug_symbols_(kDefaultIncludeDebugSymbols),
- implicit_null_checks_(false),
- implicit_so_checks_(false),
+ implicit_null_checks_(true),
+ implicit_so_checks_(true),
implicit_suspend_checks_(false),
compile_pic_(false),
verbose_methods_(nullptr),