From 5d57fe77be01800683b0cbd1eea7661a8284ad4d Mon Sep 17 00:00:00 2001 From: olimpiu <42330+olimpiu@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:46:03 -0400 Subject: Fixed confusing (and incorrect) warning Verbose errors *is* the new default --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 82f398d5b..64ba76f99 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1408,7 +1408,7 @@ gb_internal bool parse_build_flags(Array args) { build_context.terse_errors = true; break; case BuildFlag_VerboseErrors: - gb_printf_err("-verbose-errors is not the default, -terse-errors can now disable it\n"); + gb_printf_err("-verbose-errors is now the default, -terse-errors can disable it\n"); build_context.hide_error_line = false; build_context.terse_errors = false; break; -- cgit v1.2.3