summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanez Zemva2019-09-29 14:46:22 +0200
committerJanez Zemva2019-09-29 14:46:22 +0200
commit4288a773fd6028772b6fbe5b75c39d0b81f24bd5 (patch)
treeeb57c2050da2e42c0d6d13256eee9c047bc0b807
parentcc640e0f3a2236c983125c22ccf6d9711b2954f9 (diff)
downloadaur-4288a773fd6028772b6fbe5b75c39d0b81f24bd5.tar.gz
some fixes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99d92ec8e0ef..419efff8e162 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fastgcc
pkgdesc = experimental gcc supporting faster compilation
pkgver = 9.2.0
- pkgrel = 7
+ pkgrel = 8
url = https://gcc.gnu.org
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index b95950f10b1a..2c48380c2fd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=(fastgcc)
pkgver=9.2.0
_majorver=${pkgver:0:1}
_islver=0.21
-pkgrel=7
+pkgrel=8
pkgdesc='experimental gcc supporting faster compilation'
arch=(x86_64)
license=(GPL LGPL FDL custom)
@@ -83,6 +83,8 @@ build() {
--disable-ld \
--enable-gold
+ sed -i "s|-O2|-Ofast|g" Makefile
+
make
# make documentation