]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Remove disabled-optimization warning again
authorMilan Broz <gmazyland@gmail.com>
Thu, 22 Jan 2026 11:07:42 +0000 (12:07 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 23 Jan 2026 14:00:22 +0000 (15:00 +0100)
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 <gmazyland@gmail.com>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
MergeDate: Fri Jan 23 14:00:29 2026
(Merged from https://github.com/openssl/openssl/pull/29714)

Configure

index a8bf855a1af986b44089ee4ebc031cbe8b2b8ecd..46c666529a8df42f79c54904fa8a18a08fd0089f 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -180,7 +180,6 @@ my @gcc_devteam_warn = qw(
     -Werror
     -Wmissing-prototypes
     -Wstrict-prototypes
-    -Wdisabled-optimization
     -Wpointer-arith
     -Wfloat-conversion
 );