diff options
Diffstat (limited to 'src/lib/libcrypto/util/pl/Mingw32f.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 '; |