Enable Release build in PKGBUILD and also use this configuration in the compilation guide
This commit is contained in:
@@ -21,7 +21,7 @@ pkgver () {
|
||||
|
||||
build () {
|
||||
cd "$srcdir/$pkgname-git"
|
||||
cmake .
|
||||
cmake -DCMAKE_BUILD_TYPE=Release .
|
||||
make
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user