From 7258fbf7c8785a3390441bbbac44d78b2e4facbf Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 25 Apr 2025 22:58:37 +0200 Subject: dev: stabilizing source code towards an 0.0.1 release. Signed-off-by: Amlal --- dev/LibCompiler/Detail/ClUtils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/LibCompiler/Detail') 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 { -- cgit v1.2.3