From 39464455bc91756eef7f5a9fe7b84f133f50a469 Mon Sep 17 00:00:00 2001 From: A1029384756 Date: Thu, 9 Jul 2026 00:45:35 -0400 Subject: [PATCH] [cli] remove `default` help option for stack protector --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 878d7e615..ba2718194 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3100,7 +3100,6 @@ gb_internal int print_show_help(String const arg0, String command, String option if (print_flag("-stack-protector:")) { print_usage_line(2, "Specifies the stack protector."); print_usage_line(2, "Available options:"); - print_usage_line(3, "-stack-protector:default"); print_usage_line(3, "-stack-protector:none"); print_usage_line(3, "-stack-protector:base"); print_usage_line(3, "-stack-protector:all");