aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-03-09 10:10:03 +0000
committerBen Laurie <ben@openssl.org>1999-03-09 10:10:03 +0000
commitcbb779261396d0ab64c93375f97d351182c61648 (patch)
treedad60ec776957c068c4823f6c73bec547e120815 /Configure
parent5d11adc8afaed05da74889b54e6096ef5251fa59 (diff)
downloadopenssl-cbb779261396d0ab64c93375f97d351182c61648.zip
openssl-cbb779261396d0ab64c93375f97d351182c61648.tar.gz
openssl-cbb779261396d0ab64c93375f97d351182c61648.tar.bz2
Go faster.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 0bbdf55..6a3e5c8 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::::",