mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
glib: build with lto
This commit is contained in:
committed by
Stephan Raue
parent
112ef0340a
commit
cfeddcefd0
@@ -78,11 +78,6 @@ pre_configure_host() {
|
||||
export LIBFFI_LIBS="-L$ROOT/$TOOLCHAIN/lib -lffi"
|
||||
}
|
||||
|
||||
pre_configure_target() {
|
||||
# glib segfaults with LTO optimization
|
||||
strip_lto
|
||||
}
|
||||
|
||||
post_makeinstall_host() {
|
||||
cp -f gobject/.libs/glib-genmarshal $ROOT/$TOOLCHAIN/bin
|
||||
cp -f gobject/glib-mkenums $ROOT/$TOOLCHAIN/bin
|
||||
|
||||
Reference in New Issue
Block a user