From 4aef4b2723c7a5e8cdec8ccc559f1cccdb47a583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Fri, 5 Feb 2021 14:38:57 +0100 Subject: [PATCH] Build from git with "debugoptimized" --- meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f9cc8488..53539a00 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,10 @@ project('com.github.rafostar.Clapper', 'c', 'cpp', version: '0.0.0', meson_version: '>= 0.50.0', license: 'GPL3', - default_options: [ 'warning_level=2' ] + default_options: [ + 'warning_level=1', + 'buildtype=debugoptimized' + ] ) python = import('python')