diff options
Diffstat (limited to 'testing/laszip/APKBUILD')
-rw-r--r-- | testing/laszip/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/laszip/APKBUILD b/testing/laszip/APKBUILD index 1aadc99f95..1465238e2b 100644 --- a/testing/laszip/APKBUILD +++ b/testing/laszip/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bradley J Chambers <brad.chambers@gmail.com> pkgname=laszip pkgver=3.4.3 -pkgrel=0 +pkgrel=1 pkgdesc="LASzip point cloud compression library" url="https://github.com/laszip/laszip" arch="all" @@ -17,7 +17,7 @@ build() { mkdir build && cd build cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release + -DCMAKE_BUILD_TYPE=None make } |