summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2021-03-28 19:31:54 +0200
committerGrey Christoforo2021-03-28 19:31:54 +0200
commitd4738729c3a0fbc266383cc3ff170a89dd848e9f (patch)
treeb6ab1cb4c9c39780d98b01c0a0ab0f26a9cabdf5 /PKGBUILD
parent2197dc455bb7197e7c9c04060259c5f614933859 (diff)
downloadaur-d4738729c3a0fbc266383cc3ff170a89dd848e9f.tar.gz
don't disable exceptions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0a785509b08..0cd4cf5d8199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,6 +58,7 @@ build() {
-D CMAKE_INSTALL_PREFIX='/usr' \
-D INSTALL_DIR_CMAKE=/usr/lib/cmake/opencascade \
-D BUILD_WITH_DEBUG=OFF \
+ -D BUILD_RELEASE_DISABLE_EXCEPTIONS=OFF \
-D USE_FFMPEG=ON \
-D USE_FREEIMAGE=ON \
-D USE_RAPIDJSON=ON \