Enable Release build in PKGBUILD and also use this configuration in the compilation guide

This commit is contained in:
2019-08-23 18:19:46 +02:00
parent 5f40f148b6
commit fe98499ce7
2 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ pkgver () {
build () {
cd "$srcdir/$pkgname-git"
cmake .
cmake -DCMAKE_BUILD_TYPE=Release .
make
}