From: Ben Laurie Date: Tue, 9 Mar 1999 10:10:03 +0000 (+0000) Subject: Go faster. X-Git-Tag: OpenSSL_0_9_2b~44 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cbb779261396d0ab64c93375f97d351182c61648;p=oweals%2Fopenssl.git Go faster. --- diff --git a/Configure b/Configure index 0bbdf55a80..6a3e5c893c 100755 --- a/Configure +++ b/Configure @@ -82,7 +82,7 @@ my %table=( # A few of my development configs "purify", "purify gcc:-g -DPURIFY -Wall:-lsocket -lnsl::::", "debug", "gcc:-DBN_DEBUG -DREF_CHECK -DCRYPTO_MDEBUG -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror:-lefence::::", -"debug-ben", "gcc:-DBN_DEBUG -DREF_CHECK -DCRYPTO_MDEBUG -O2 -Wall -Wshadow -Werror:::::", +"debug-ben", "gcc:-DBN_DEBUG -DREF_CHECK -DCRYPTO_MDEBUG -O2 -Wall -Wshadow -Werror -pipe:::::", "debug-rse","cc:-DTERMIOS -DL_ENDIAN -pipe -O -g -ggdb3 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm", "dist", "cc:-O -DNOPROTO::::",