-------------------------------------------------------------------------
| 191 | |
| 192 | //------------------------------------------------------------------------- |
| 193 | bool Options::IsOptimizedBuildSupportEnabled() const |
| 194 | { |
| 195 | return isOptimizedBuildSupportEnabled_; |
| 196 | } |
| 197 | |
| 198 | //------------------------------------------------------------------------- |
| 199 | void Options::AddExcludedLineRegex(const std::wstring& excludedRegex) |