This commit is contained in:
YellowJacketLinux 2024-10-04 03:51:03 -07:00
parent 35bce752d9
commit 99fd44ad7b

View File

@ -12,7 +12,7 @@ tar -Jxf ${bc_tarball}
cd bc-${bc_version}
CC=gcc ./configure --prefix=/usr -G -03 -r
CC=gcc ./configure --prefix=/usr -G -O3 -r
make
if [ $? -ne 0 ]; then