From 59c86c0e305bfc8e5283d5c1df7c898e81bdcfe5 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Thu, 21 Nov 2024 17:13:05 +0100 Subject: [PATCH] Add installer profile --- profiles/installer.jinja | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 profiles/installer.jinja diff --git a/profiles/installer.jinja b/profiles/installer.jinja new file mode 100644 index 0000000..403cb39 --- /dev/null +++ b/profiles/installer.jinja @@ -0,0 +1,14 @@ +include(cura_build) + +[conf] +tools.build:skip_test=True + +[options] +curaengine/*:enable_sentry=True +arcus/*:enable_sentry=True +clipper/*:enable_sentry=True + +[settings] +curaengine/*:build_type=RelWithDebInfo +arcus/*:build_type=RelWithDebInfo -s +clipper/*:build_type=RelWithDebInfo