diff options
Diffstat (limited to 'community/spirv-tools')
-rw-r--r-- | community/spirv-tools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/spirv-tools/APKBUILD b/community/spirv-tools/APKBUILD index ecfb43c0d9..c79cb322a1 100644 --- a/community/spirv-tools/APKBUILD +++ b/community/spirv-tools/APKBUILD @@ -3,7 +3,7 @@ pkgname=spirv-tools _pkgname=SPIRV-Tools pkgver=2020.1 -pkgrel=0 +pkgrel=1 pkgdesc="API and commands for processing SPIR-V modules" options="!check" # Requires git checkout of gtest in external/ url="https://github.com/KhronosGroup/SPIRV-Tools" @@ -24,7 +24,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -DSPIRV_WERROR=OFF \ |