diff options
Diffstat (limited to 'compiler/driver/compiler_options_map.def')
-rw-r--r-- | compiler/driver/compiler_options_map.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_options_map.def b/compiler/driver/compiler_options_map.def index 40a62843dc..b1398c9a33 100644 --- a/compiler/driver/compiler_options_map.def +++ b/compiler/driver/compiler_options_map.def @@ -36,7 +36,7 @@ // Parse-able keys from the command line. // TODO: Add type parser. -COMPILER_OPTIONS_KEY (std::string, CompilerFilter) +COMPILER_OPTIONS_KEY (CompilerFilter::Filter, CompilerFilter) COMPILER_OPTIONS_KEY (bool, CompileArtTest) COMPILER_OPTIONS_KEY (Unit, PIC) COMPILER_OPTIONS_KEY (unsigned int, HugeMethodMaxThreshold) |