Unified - have configdata.pm depend on a few more things
[openssl.git] / Configurations / 99-personal-rse.conf
1 ## -*- mode: perl; -*-
2 ## Personal configuration targets
3
4 %targets = (
5     "debug-rse" => {
6         inherit_from     => [ "x86_elf_asm" ],
7         cc               => "cc",
8         cflags           => "-DL_ENDIAN -pipe -O -g -ggdb3 -Wall",
9         thread_cflag     => "(unknown)",
10         bn_ops           => "BN_LLONG",
11     },
12 );