mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-07-29 12:50:10 +00:00
at-spi2-atk: added optimizations
This commit is contained in:
@ -11,6 +11,12 @@
|
||||
# Recommended: NONE
|
||||
# Optional: NONE
|
||||
|
||||
# if optimizing with GCC:
|
||||
export CFLAGS="-march=native -pipe "
|
||||
export CFLAGS+="-O3 -Os -fdata-sections -ffat-lto-objects "
|
||||
export CFLAGS+="-ffunction-sections -flto=4 -fno-semantic-interposition "
|
||||
export LDFLAGS="-flto=4 -Wl,-O2 -Wl,--as-needed "
|
||||
|
||||
mkdir build &&
|
||||
cd build &&
|
||||
|
||||
|
Reference in New Issue
Block a user