diff options
Diffstat (limited to 'testing/anbox/APKBUILD')
-rw-r--r-- | testing/anbox/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/anbox/APKBUILD b/testing/anbox/APKBUILD index 185f27b2b2..4488cb0a8c 100644 --- a/testing/anbox/APKBUILD +++ b/testing/anbox/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: pkgname=anbox pkgver=0_git20200102 -pkgrel=0 +pkgrel=1 _commit="b18e62218af49ee882abd00da2ef540142e59784" _cpu_features_commit="b5c271c53759b2b15ff91df19bd0b32f2966e275" pkgdesc="Android in a box" @@ -68,7 +68,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DBUILD_TESTING=OFF \ -DWerror=OFF |