Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/ocaml/PKGBUILD
blob: 59bebeb612395bfb477960f389c057afe4a9d2b9 (plain)
1
2
3
4
5
6
7
8
9
# 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//
      /fat-lto-objects/d
    '
)"