From 97c65e9eecf88ce917690308209c263cb86f31c9 Mon Sep 17 00:00:00 2001 From: Lukas Mai Date: Thu, 13 Mar 2025 10:40:59 +0100 Subject: [PATCH] INSTALL: remove 'Configure -O' section Since commit 41d73075f0 (10 years ago \o/), passing -O to Configure has been a no-op because the behavior that -O used to enable is now always on. --- INSTALL | 6 ------ 1 file changed, 6 deletions(-) diff --git a/INSTALL b/INSTALL index 270d41a9c36b..83ea7ea6e897 100644 --- a/INSTALL +++ b/INSTALL @@ -1306,12 +1306,6 @@ $sysroot, instead of /. --sysroot is added to ccflags and friends so that make in ExtUtils::MakeMaker, and other extensions, will use it. -=head2 Overriding an old config.sh - -If you want to use an old config.sh produced by a previous run of -Configure, but override some of the items with command line options, you -need to use B. - =head2 GNU-style configure If you prefer the GNU-style configure command line interface, you can