summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2016-06-20 22:48:01 +0100
committerWorMzy Tykashi2016-06-20 22:48:01 +0100
commitcb9ac945bf0d72e7384a1a2adcdc5b5b121f5f2c (patch)
tree79547ef95871dbfe689a0a00fe1bd63acac1043d /PKGBUILD
parent9242aa06605a22c55182d48d462446c856dbbb9b (diff)
downloadaur-cb9ac945bf0d72e7384a1a2adcdc5b5b121f5f2c.tar.gz
Enable 'Release' optimizations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4872cef1ebb..e82a88e4654c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
# Contributor: Stefan Karner <stefan.karner at student.tuwien.ac.at>
+# Contributor: Drenn
pkgbase=openxcom-git
pkgname=('openxcom-git' 'openxcom-docs-git')
_gitname=OpenXcom
-pkgver=1.0_1977_gbe78b8a
+pkgver=1.0_2177_gacd4eb3
pkgrel=1
pkgdesc="An open-source reimplementation of the famous X-COM game (git-version)"
arch=('i686' 'x86_64')
@@ -23,7 +24,7 @@ pkgver() {
build() {
cd $_gitname
- cmake -DCMAKE_INSTALL_PREFIX="/usr"
+ cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE="Release" -DDEV_BUILD="Off"
make
# Make documentation