summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-03-03 23:00:13 +0100
committerhaawda2021-03-03 23:00:13 +0100
commit8b10b2523c76eaf53a0de61c16e6a11334cf81ef (patch)
treefafb3a40dc136f132854c785fdfacc34977af895
parent061c2bd44c4a50b58e7f1701061c5b6eedbf3f22 (diff)
downloadaur-8b10b2523c76eaf53a0de61c16e6a11334cf81ef.tar.gz
enable c-optimation
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98e24f69f15e..084bc62a7046 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gambit-c-git
pkgdesc = Scheme R5RS interpreter and compiler (via C) - git version
- pkgver = 4.9.3.r943.g4b92b04a
+ pkgver = 4.9.3.r1317.gcb11ee41
pkgrel = 1
url = http://gambitscheme.org
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c3da898f60f7..1e96e4d09f10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gambit-c-git
-pkgver=4.9.3.r943.g4b92b04a
+pkgver=4.9.3.r1317.gcb11ee41
pkgrel=1
pkgdesc="Scheme R5RS interpreter and compiler (via C) - git version"
arch=('i686' 'x86_64')
@@ -33,7 +33,8 @@ build() {
--disable-shared \
--enable-compiler-name=gambitc \
--enable-interpreter-name=gambiti \
- --enable-single-host
+ --enable-single-host \
+ --enable-c-opt
make
make doc
}