diff options
author | markus <> | 2002-09-05 12:51:51 +0000 |
---|---|---|
committer | markus <> | 2002-09-05 12:51:51 +0000 |
commit | f3e848761b58c1645ce3b150d17770e528f39556 (patch) | |
tree | 88a70dc7c35100da165c0ff4f7182805f3d85b76 /src/lib/libcrypto/util/pl | |
parent | 2f5692b12332315048054bcce20e370985e19970 (diff) | |
download | openbsd-f3e848761b58c1645ce3b150d17770e528f39556.tar.gz openbsd-f3e848761b58c1645ce3b150d17770e528f39556.tar.bz2 openbsd-f3e848761b58c1645ce3b150d17770e528f39556.zip |
import openssl-0.9.7-beta1
Diffstat (limited to 'src/lib/libcrypto/util/pl')
-rw-r--r-- | src/lib/libcrypto/util/pl/Mingw32f.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/util/pl/Mingw32f.pl b/src/lib/libcrypto/util/pl/Mingw32f.pl index a53c537646..44f5673d7a 100644 --- a/src/lib/libcrypto/util/pl/Mingw32f.pl +++ b/src/lib/libcrypto/util/pl/Mingw32f.pl | |||
@@ -11,9 +11,9 @@ $rm='del'; | |||
11 | 11 | ||
12 | $cc='gcc'; | 12 | $cc='gcc'; |
13 | if ($debug) | 13 | if ($debug) |
14 | { $cflags="-g2 -ggdb"; } | 14 | { $cflags="-g2 -ggdb -DDSO_WIN32"; } |
15 | else | 15 | else |
16 | { $cflags="-O3 -fomit-frame-pointer"; } | 16 | { $cflags="-O3 -fomit-frame-pointer -DDSO_WIN32"; } |
17 | 17 | ||
18 | $obj='.o'; | 18 | $obj='.o'; |
19 | $ofile='-o '; | 19 | $ofile='-o '; |