aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab5f21c4e6fa..228df1a3afc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -267,12 +267,6 @@ else
"
fi
-if $_static_build; then
- _additional_configure_flags="$_additional_configure_flags \
- -ltcg \
- "
-fi
-
if ! $_static_build && ! $_target_host; then
_additional_configure_flags="$_additional_configure_flags \
-hostprefix ${_installprefix} \
@@ -281,6 +275,7 @@ fi
#-journald \
_core_configure_options=" \
+ -ltcg \
-prefix ${_installprefix} \
-opengl ${_opengl_variant} \
-no-xcb \