modes/ocb128.c: fix sanitizer warning.
[openssl.git] / Configurations / 99-personal-geoff.conf
1 ## -*- mode: perl; -*-
2 ## Personal configuration targets
3 ##
4 ## If you edit this file, run this command before committing
5 ##      make -f Makefile.org TABLE
6 ## This file is interpolated by the Configure script.
7
8 %targets = (
9     "debug-geoff32" => {
10         inherit_from     => [ "no_asm_filler" ],
11         cc               => "gcc",
12         cflags           => "-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long",
13         thread_cflag     => "-D_REENTRANT",
14         lflags           => "-ldl",
15         bn_ops           => "BN_LLONG",
16         dso_scheme       => "dlfcn",
17         shared_target    => "linux-shared",
18         shared_cflag     => "-fPIC",
19         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
20     },
21     "debug-geoff64" => {
22         inherit_from     => [ "no_asm_filler" ],
23         cc               => "gcc",
24         cflags           => "-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long",
25         thread_cflag     => "-D_REENTRANT",
26         lflags           => "-ldl",
27         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR",
28         dso_scheme       => "dlfcn",
29         shared_target    => "linux-shared",
30         shared_cflag     => "-fPIC",
31         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
32     },
33 );