aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Carr2019-02-11 18:56:57 -0800
committerDonald Carr2019-02-11 18:56:57 -0800
commitecc569bbb1a8527667aebb8cb5e90db097eb5360 (patch)
treeb1d9f0b83cdb7e4b6ba494793696ca8a7e2a3993 /PKGBUILD
parent1f330a32cad6cd63ee0d7f060ba1f6a212d09fe7 (diff)
downloadaur-ecc569bbb1a8527667aebb8cb5e90db097eb5360.tar.gz
Move ltcg to all configurations
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 \