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)
When building ruby with clang and -Oz it segmentation faults on
32-bit arm, so use -Os there instead.


No differences found