summaryrefslogtreecommitdiff
path: root/dev-util/intel_clc/intel_clc-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-04 08:14:38 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-04 08:14:38 +0100
commitf4e04dc11a0252f8c6c535b7538703974cd06ea0 (patch)
tree6ba3be4a2ac2e0f44768521ed50444220fcfec85 /dev-util/intel_clc/intel_clc-9999.ebuild
parentba32ac7204934e0c69e1cc7529edce6efdbeb265 (diff)
gentoo auto-resync : 04:04:2024 - 08:14:38
Diffstat (limited to 'dev-util/intel_clc/intel_clc-9999.ebuild')
-rw-r--r--dev-util/intel_clc/intel_clc-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/intel_clc/intel_clc-9999.ebuild b/dev-util/intel_clc/intel_clc-9999.ebuild
index 09970ccf3189..f47259e8747d 100644
--- a/dev-util/intel_clc/intel_clc-9999.ebuild
+++ b/dev-util/intel_clc/intel_clc-9999.ebuild
@@ -59,6 +59,8 @@ pkg_setup() {
src_configure() {
PKG_CONFIG_PATH="$(get_llvm_prefix)/$(get_libdir)/pkgconfig"
+ use debug && EMESON_BUILDTYPE=debug
+
local emesonargs=(
-Dllvm=enabled
-Dshared-llvm=enabled
@@ -75,7 +77,6 @@ src_configure() {
-Dlibunwind=disabled
-Dzstd=disabled
- -Dbuildtype=$(usex debug debug plain)
-Db_ndebug=$(usex debug false true)
)
meson_src_configure