diff options
Diffstat (limited to 'community/emscripten-fastcomp/APKBUILD')
-rw-r--r-- | community/emscripten-fastcomp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/emscripten-fastcomp/APKBUILD b/community/emscripten-fastcomp/APKBUILD index a7d48d9469..458c491d87 100644 --- a/community/emscripten-fastcomp/APKBUILD +++ b/community/emscripten-fastcomp/APKBUILD @@ -8,7 +8,7 @@ pkgname=emscripten-fastcomp # Keep in sync with package emscripten! pkgver=1.39.0 -pkgrel=0 +pkgrel=1 pkgdesc="The Clang + LLVM backend for Emscripten" url="https://emscripten.org/" arch="all" @@ -39,7 +39,7 @@ build() { # XXX: Is it a good idea to omit X86 in LLVM_TARGETS_TO_BUILD? # https://github.com/kripken/emscripten-fastcomp/issues/174 cmake .. \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX="/$_prefix" \ -DCMAKE_VERBOSE_MAKEFILE=NO \ -DPYTHON_EXECUTABLE=/usr/bin/python3 \ |