summaryrefslogtreecommitdiffstats
path: root/Configurations/99-personal-rse.conf
blob: 9999fcd3cf603d6fd9da4ccc3dba121df54c293e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## -*- mode: perl; -*-
## Personal configuration targets

%targets = (
    "debug-rse" => {
        inherit_from     => [ "x86_elf_asm" ],
        cc               => "cc",
        cflags           => "-DL_ENDIAN -pipe -O -g -ggdb3 -Wall",
        thread_scheme    => "(unknown)",
        bn_ops           => "BN_LLONG",
    },
);