summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2016-05-25 22:00:23 +0200
committerBuildTools2016-05-25 22:00:23 +0200
commitef1d682fb8f59a1fd9d13cb03fce46c9c1447164 (patch)
tree2f66866a76201504af8ada7415a8bd82f1500b1c
parent9c3bf18ea484efa8070fab2ae3f21466905baeca (diff)
downloadaur-ef1d682fb8f59a1fd9d13cb03fce46c9c1447164.tar.gz
Updated cmake command to build the latest version always
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 682ced9976ec..df54be8926a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ build() {
fi
mkdir build && cd build
- cmake ..
+ cmake -DCMAKE_BUILD_TYPE=Release ..
make $MAKEFLAGS
}