diff options
author | 2018-11-30 18:40:34 +0000 | |
---|---|---|
committer | 2018-11-30 18:40:34 +0000 | |
commit | d378a567a435a80be9ab7eb8bfe0359c1240c0ff (patch) | |
tree | 28e96907cda376e51289ee83d8071565f6ceba6b /compiler/driver/compiler_options_map.def | |
parent | e2ca5cfd18664ad9934102c14fd28cde2736b144 (diff) | |
parent | 1a8429680f9d08d5f2b49fd93f9ad4df81b7cb66 (diff) |
Merge "Add image compressed blocks"
Diffstat (limited to 'compiler/driver/compiler_options_map.def')
-rw-r--r-- | compiler/driver/compiler_options_map.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/driver/compiler_options_map.def b/compiler/driver/compiler_options_map.def index c2fac5e017..0a9c873988 100644 --- a/compiler/driver/compiler_options_map.def +++ b/compiler/driver/compiler_options_map.def @@ -65,5 +65,6 @@ COMPILER_OPTIONS_KEY (ProfileMethodsCheck, CheckProfiledMethods) COMPILER_OPTIONS_KEY (Unit, DumpTimings) COMPILER_OPTIONS_KEY (Unit, DumpPassTimings) COMPILER_OPTIONS_KEY (Unit, DumpStats) +COMPILER_OPTIONS_KEY (unsigned int, MaxImageBlockSize) #undef COMPILER_OPTIONS_KEY |