diff options
Diffstat (limited to 'dev/LibCompiler/Detail')
| -rw-r--r-- | dev/LibCompiler/Detail/ClUtils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/Detail/ClUtils.h b/dev/LibCompiler/Detail/ClUtils.h index b14d472..f871d4d 100644 --- a/dev/LibCompiler/Detail/ClUtils.h +++ b/dev/LibCompiler/Detail/ClUtils.h @@ -27,8 +27,8 @@ inline static UInt32 kErrorLimit = 10; inline static UInt32 kAcceptableErrors = 0; -inline static bool kVerbose = false; -inline static bool kOutputAsBinary = false; +inline static bool kVerbose = false; +inline static bool kOutputAsBinary = false; namespace Detail { inline void print_error(std::string reason, std::string file) noexcept { |
