diff options
Diffstat (limited to 'testing/olm')
-rw-r--r-- | testing/olm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/olm/APKBUILD b/testing/olm/APKBUILD index 2c8ed9c6bd..41529fc047 100644 --- a/testing/olm/APKBUILD +++ b/testing/olm/APKBUILD @@ -13,7 +13,7 @@ subpackages="$pkgname-dev" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make |