mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-22 10:24:48 -07:00
gcc: Try more options.
This commit is contained in:
parent
0f75d1de39
commit
e8c42dc00c
@ -33,7 +33,10 @@ unset CFLAGS CXXFLAGS
|
||||
--enable-threads \
|
||||
--enable-tls \
|
||||
--enable-languages=c,c++ \
|
||||
--build="$machine"
|
||||
--build="$machine" \
|
||||
--with-tune=generic \
|
||||
--with-arch=x86-64 \
|
||||
--with-cpu-64=generic
|
||||
|
||||
make BOOT_CFLAGS='-O'
|
||||
make DESTDIR="$1" install
|
||||
|
@ -1 +1 @@
|
||||
9.1.0 2
|
||||
9.1.0 3
|
||||
|
Loading…
Reference in New Issue
Block a user