ports: Build gcc without --enable-checking
All checks were successful
Build and test / build (push) Successful in 1m54s

Now that gcc works, we don't need to bloat the binary with asserts.
This commit is contained in:
apio 2024-03-07 22:33:17 +01:00
parent 70c63572b2
commit 2780ee2ebc
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -17,7 +17,7 @@ do_patch()
do_configure() do_configure()
{ {
$srcdir/configure --prefix=/usr --target=$LUNA_ARCH-luna --host=$LUNA_ARCH-luna --disable-nls --with-build-sysroot=$LUNA_BASE --enable-languages=c,c++ --enable-checking --enable-initfini-array $srcdir/configure --prefix=/usr --target=$LUNA_ARCH-luna --host=$LUNA_ARCH-luna --disable-nls --with-build-sysroot=$LUNA_BASE --enable-languages=c,c++ --enable-initfini-array
} }
do_build() do_build()