1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 02:47:06 +00:00
termux-packages/packages/gnucobol
Henrik Grimler 38bd77272a
gnucobol: recognise -Oz as an optimisation level
gnucobol's configure script does heavy sed'ing of compiler flag
variables, but did not recognise -Oz as an optimisation level.  It
stripped "-O" from "-Oz" and passed just `z` as a compiler arg,
causing errors.

Fixes https://github.com/termux/termux-packages/issues/10863.
2022-05-30 20:34:05 +02:00
..
build.sh gnucobol: recognise -Oz as an optimisation level 2022-05-30 20:34:05 +02:00
configure.patch gnucobol: recognise -Oz as an optimisation level 2022-05-30 20:34:05 +02:00
libcob-common.c.patch