summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/Detail
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-04-25 22:58:37 +0200
committerAmlal <amlal@nekernel.org>2025-04-25 22:58:37 +0200
commit7258fbf7c8785a3390441bbbac44d78b2e4facbf (patch)
treec0e533bd5ef95d07cf7810c6d8cf0f511b92de74 /dev/LibCompiler/Detail
parentf6b400b80efc64b918c03352e93ec9de4e2369a1 (diff)
dev: stabilizing source code towards an 0.0.1 release.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/Detail')
-rw-r--r--dev/LibCompiler/Detail/ClUtils.h4
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 {