ports: Build gcc without --enable-checking
All checks were successful
Build and test / build (push) Successful in 1m54s
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:
parent
70c63572b2
commit
2780ee2ebc
@ -17,7 +17,7 @@ do_patch()
|
||||
|
||||
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()
|
||||
|
Loading…
Reference in New Issue
Block a user