chiark / gitweb /
ruby: Build with -Os instead of -Oz (see #1520)
authorFredrik Fornwall <fredrik@fornwall.net>
Sat, 16 Sep 2017 23:24:18 +0000 (01:24 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Sat, 16 Sep 2017 23:24:18 +0000 (01:24 +0200)
commit003833c2e5e39221c900b4383739cdfd780ddd3e
tree67865b842d5dcbfcfb855123e5b094095e4c81aa
parent44a4fb8984f701c4eedbb6b508a6e9481bb659f0
ruby: Build with -Os instead of -Oz (see #1520)

When building ruby with clang and -Oz it segmentation faults on
32-bit arm, so use -Os there instead.
build-package.sh