aboutsummaryrefslogtreecommitdiffstats
path: root/util/pl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-10-25 21:38:43 +0000
committerBodo Möller <bodo@openssl.org>1999-10-25 21:38:43 +0000
commitb6b1f0d0aaaecfdc2ebfd613df6122b0bc922165 (patch)
tree43d41db94477a4e962d4e32e9ee4e0195876e77a /util/pl
parent798757762a2b1a952147b602fd37fd6fe317e26f (diff)
downloadopenssl-b6b1f0d0aaaecfdc2ebfd613df6122b0bc922165.tar.gz
Update Borland C++ builder support.
Submitted by: Janez Jere <jj@void.si>
Diffstat (limited to 'util/pl')
-rw-r--r--util/pl/BC-32.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl
index 09c45a21a6..df6e2c742e 100644
--- a/util/pl/BC-32.pl
+++ b/util/pl/BC-32.pl
@@ -19,7 +19,7 @@ $out_def="out32";
$tmp_def="tmp32";
$inc_def="inc32";
#enable max error messages, disable most common warnings
-$cflags="-DWIN32_LEAN_AND_MEAN -j255 -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN ";
+$cflags="-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN ";
if ($debug)
{
$cflags.="-Od -y -v -vi- -D_DEBUG";