mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
libXau: added optimization
This commit is contained in:
@ -11,6 +11,11 @@
|
||||
# Recommended: NONE
|
||||
# Optional: NONE
|
||||
|
||||
# If optimizing with GCC
|
||||
export CFLAGS="-march=native -pipe "
|
||||
export CFLAGS+="-Os -fdata-sections -ffunction-sections "
|
||||
export CFLAGS+="-fno-semantic-interposition "
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--localstatedir=/var --disable-static &&
|
||||
make -j2 &&
|
||||
|
Reference in New Issue
Block a user