X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configure;h=3bf2e889151e93aa37b52f3c0720efa7ac940f09;hp=7e0882a2bcf0371d85d1db095758e95dae9c3ea2;hb=d63a5e5e7d96f173e2bbf711e3f1f813bf0df05e;hpb=e4ef2e25f11de9c3d729be15bef693a815c3dfe4 diff --git a/Configure b/Configure index 7e0882a2bc..3bf2e88915 100755 --- a/Configure +++ b/Configure @@ -76,7 +76,7 @@ my $usage="Usage: Configure [no- ...] [enable- ...] [-Dxxx] [-lx # Minimum warning options... any contributions to OpenSSL should at least get # past these. -my $gcc_devteam_warn = "-DPEDANTIC -DREF_DEBUG -DDEBUG_UNUSED" +my $gcc_devteam_warn = "-DPEDANTIC -DREF_DEBUG -DDEBUG_UNUSED -DBIO_DEBUG" . " -pedantic" . " -Wall" . " -Wno-long-long"