diff options
Diffstat (limited to 'src/parameters_parser.cc')
| -rw-r--r-- | src/parameters_parser.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parameters_parser.cc b/src/parameters_parser.cc index cdcfb0c1..1bf1e4d2 100644 --- a/src/parameters_parser.cc +++ b/src/parameters_parser.cc @@ -48,9 +48,11 @@ bool ParametersParser::has_option(const String& name) const const String& ParametersParser::option_value(const String& name) const { +#ifdef KAK_DEBUG auto it = m_options.find(name); assert(it != m_options.end()); assert(it->second == true); +#endif for (size_t i = 0; i < m_params.size(); ++i) { |
