summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2019-07-10 16:40:33 +0900
committerQue Quotion2019-07-10 16:40:33 +0900
commita6fd22e346fc502bb625139d55704e6741facecf (patch)
treed1dfb6d36bf1498967552186232f1761c78a5320
parentf0353340101edb85dfef54ab3caa396e8cf40a44 (diff)
downloadaur-a6fd22e346fc502bb625139d55704e6741facecf.tar.gz
List lto-thin in build enviroment options
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--buildenv_ext.conf3
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb019f08c0f2..419430f20cd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -50,7 +50,7 @@ pkgbase = makepkg-optimize
sha1sums = 202d11e49a611bb400029512cf159a0f8645a6db
sha1sums = 2e2cd8c680a86518652543fda9092bf2ab594660
sha1sums = 981eab856abb43c5e093620cdf4d8bfa2d690805
- sha1sums = a2d4cc385d2395ec35094f63dc17847e73bbd565
+ sha1sums = 8ef78f721c0a86c04ed3726cba73d679ee720d07
sha1sums = 357102cec0aa56d74955bbf66ae694db74627dab
sha1sums = 1fc8035e64b739e20c70fbb4eaa5cb7aa1c63c90
sha1sums = 5d0cde13b50641371e4ec4d813d6b2dfae493889
diff --git a/PKGBUILD b/PKGBUILD
index 5332fd752590..4c9a861ad255 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ sha1sums=('8f756d02ad1dae9dfbe79e414e557fe96e037549'
'202d11e49a611bb400029512cf159a0f8645a6db'
'2e2cd8c680a86518652543fda9092bf2ab594660'
'981eab856abb43c5e093620cdf4d8bfa2d690805'
- 'a2d4cc385d2395ec35094f63dc17847e73bbd565'
+ '8ef78f721c0a86c04ed3726cba73d679ee720d07'
'357102cec0aa56d74955bbf66ae694db74627dab'
'1fc8035e64b739e20c70fbb4eaa5cb7aa1c63c90'
'5d0cde13b50641371e4ec4d813d6b2dfae493889'
diff --git a/buildenv_ext.conf b/buildenv_ext.conf
index 500b7ef8d5c9..90102b5db63c 100644
--- a/buildenv_ext.conf
+++ b/buildenv_ext.conf
@@ -1,3 +1,4 @@
-#-- lto: Use link-time optimization
+#-- lto: Use link-time optimization (monolithic algorithm)
+#-- lto-thin: Use link-time optimization (partitioned algorithm)
#-- pgo: Generate or utilize profile guided optimization
#-- graphite: Use Graphite loop optimizations