2015-11-24 05:44:58 +00:00
|
|
|
## -*- mode: perl; -*-
|
2015-03-12 13:58:07 +00:00
|
|
|
## Personal configuration targets
|
|
|
|
|
|
|
|
%targets = (
|
|
|
|
"debug-rse" => {
|
|
|
|
inherit_from => [ "x86_elf_asm" ],
|
|
|
|
cc => "cc",
|
|
|
|
cflags => "-DL_ENDIAN -pipe -O -g -ggdb3 -Wall",
|
|
|
|
thread_cflag => "(unknown)",
|
2016-01-28 00:16:38 +00:00
|
|
|
bn_ops => "BN_LLONG",
|
2015-03-12 13:58:07 +00:00
|
|
|
},
|
|
|
|
);
|