From 61acf60c67974e9d4f459e9c58cf3244580b9bfe Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 25 Dec 2022 15:41:23 +0100 Subject: [PATCH] orc, add buildtype (#7656) --- dev-lang/orc/orc-0.4.32.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/orc/orc-0.4.32.recipe b/dev-lang/orc/orc-0.4.32.recipe index 12469d293..df43cc103 100644 --- a/dev-lang/orc/orc-0.4.32.recipe +++ b/dev-lang/orc/orc-0.4.32.recipe @@ -50,6 +50,7 @@ BUILD_PREREQUIRES=" BUILD() { meson build \ + --buildtype=release \ --prefix=$prefix \ --bindir=$binDir \ --libdir=$libDir \