iverilog: use -Os in CFLAGS instead of -Oz
This commit is contained in:
parent
923afe4de7
commit
27efe81dad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user