blob: f8aba5869d8c32c72cc87c9a17e3365a0380ca19 (
plain)
1
2
3
4
5
6
7
8
|
# configure says frame pointers are not supported on this platform
# Also switch to world instead of world.opt because the native code compiler has been dropped
eval "$(
declare -f build | \
sed '
s@-enable-frame-pointers@@;s@world.opt@world@
'
)"
|