mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-01 19:42:55 +00:00
at-spi2-atk: added optimizations
This commit is contained in:
@ -11,6 +11,12 @@
|
|||||||
# Recommended: NONE
|
# Recommended: NONE
|
||||||
# Optional: 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 &&
|
mkdir build &&
|
||||||
cd build &&
|
cd build &&
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user