blob: b8474f38304ded07409e1a068f34d4a85051fbb3 (
plain)
1
2
3
4
5
6
7
8
|
# configure says frame pointers are not supported on this platform,
# disable them (and also some LTO stuff)
eval "$(
declare -f build | \
sed '
/configure/s/--enable-frame-pointers//
'
)"
|