mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
Added optimization to atkmm, gdk-pixbuf, gtk+3, gtkmm3, libdrm, libwebp, lzo, xkeyboard-config
This commit is contained in:
@ -12,6 +12,12 @@
|
||||
# Optional: NONE
|
||||
# LTO: Tested with LLVM
|
||||
|
||||
# If optimizing, use these flags
|
||||
export CFLAGS="-march=native -mtune=native -pipe "
|
||||
export CFLAGS+="-O3 -falign-functions=32 -ffat-lto-objects -flto=4 "
|
||||
export CFLAGS+="-fno-math-errno -fno-semantic-interposition -fno-trapping-math "
|
||||
export LDFLAGS="-flto=4 -Wl,-O2 -Wl,--as-needed "
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
|
Reference in New Issue
Block a user