summaryrefslogtreecommitdiffstats
path: root/Configurations/99-personal-rse.conf
blob: 39e1f11884da888f2297d7a87db56c03ef9f9cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## -*- mode: perl; -*-
## Personal configuration targets
##
## If you edit this file, run this command before committing
##	make -f Makefile.in TABLE
## This file is interpolated by the Configure script.

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