iverilog: use -Os in CFLAGS instead of -Oz

This commit is contained in:
Leonid Pliushch 2020-11-09 00:33:20 +02:00
parent 923afe4de7
commit 27efe81dad

View File

@ -9,6 +9,7 @@ TERMUX_PKG_BREAKS="iverilog-dev"
TERMUX_PKG_REPLACES="iverilog-dev"
termux_step_pre_configure() {
CFLAGS="${CFLAGS/-Oz/-Os}"
LDFLAGS+=" -lm"
aclocal
autoconf