You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
440 B
15 lines
440 B
if [ -z "$NO_LTO" ]; then |
|
XBPS_CFLAGS="-flto -fuse-linker-plugin" |
|
XBPS_CXXFLAGS="${XBPS_CFLAGS}" |
|
XBPS_LDGLAGS="-flto -fuse-linker-plugin" |
|
fi |
|
XBPS_MAKEJOBS=8 |
|
XBPS_CCACHE=yes |
|
XBPS_ALLOW_RESTRICTED=yes |
|
XBPS_PKG_OPTIONS_mpv=~jack,~sndio,~wayland,~alsa |
|
XBPS_PKG_OPTIONS_mpd=~sndio |
|
XBPS_PKG_OPTIONS_mediainfo=~GUI |
|
XBPS_PKG_OPTIONS_lxappearance=gtk3 |
|
XBPS_PKG_OPTIONS_polybar=~i3 |
|
XBPS_PKG_OPTIONS_retroarch=~jack |
|
XBPS_PKG_OPTIONS_zenity=~webkit
|
|
|