From 3fa6bb2333bf7d897f1dbca98f068cd7384ee563 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Thu, 22 Jan 2026 12:07:42 +0100 Subject: [PATCH] Remove disabled-optimization warning again This warning does not play well in combination with sanitizers and its value is dubious. Instead of complicated decisions based on configuration flags just remove it from global list. Fixes: #29673 Signed-off-by: Milan Broz Reviewed-by: Norbert Pocs Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz MergeDate: Fri Jan 23 14:00:29 2026 (Merged from https://github.com/openssl/openssl/pull/29714) --- Configure | 1 - 1 file changed, 1 deletion(-) diff --git a/Configure b/Configure index a8bf855a1af..46c666529a8 100755 --- a/Configure +++ b/Configure @@ -180,7 +180,6 @@ my @gcc_devteam_warn = qw( -Werror -Wmissing-prototypes -Wstrict-prototypes - -Wdisabled-optimization -Wpointer-arith -Wfloat-conversion ); -- 2.47.3