mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
fix build optimizations when using gcc 5
This commit is contained in:
committed by
Stephan Raue
parent
010e6251d4
commit
c75850c245
@@ -120,6 +120,10 @@ pre_build_target() {
|
||||
)
|
||||
}
|
||||
|
||||
pre_configure_target() {
|
||||
export CFLAGS="$CFLAGS -fno-schedule-insns -fno-schedule-insns2"
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
# remove unneeded stuff
|
||||
rm -rf $INSTALL/etc/systemd/system
|
||||
|
||||
Reference in New Issue
Block a user