summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed059be..e17d882 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
pkgname=chrony
pkgver=3.5
-pkgrel=2
+pkgrel=3
pkgdesc='Lightweight NTP client and server'
url='https://chrony.tuxfamily.org/'
arch=('x86_64')
@@ -45,6 +45,8 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}
+ export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=4"
+ export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=4"
./configure \
--prefix=/usr \
--enable-scfilter \