From ce102493f377d0452e44c3a4bb6e6e15ab0c819d Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 3 Mar 2025 12:46:42 -0500 Subject: More correct build configuration check Signed-off-by: Andrew Opalach --- meson.build | 4 ++-- subprojects/libalabaster.wrap | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 13c4ad5..1efa58d 100644 --- a/meson.build +++ b/meson.build @@ -4,8 +4,8 @@ project('libnaunet', 'c', version: '0.01', compiler = meson.get_compiler('c') cmake = import('cmake') -is_debug = get_option('buildtype').startswith('debug') -is_minsize = get_option('buildtype') == 'minsize' +is_debug = get_option('debug') +is_minsize = get_option('optimization') == 's' is_windows = host_machine.system() == 'windows' naunet_src = [ diff --git a/subprojects/libalabaster.wrap b/subprojects/libalabaster.wrap index 6ecfc88..adaec6a 100644 --- a/subprojects/libalabaster.wrap +++ b/subprojects/libalabaster.wrap @@ -1,4 +1,4 @@ [wrap-git] url = https://git.akon.city/libalabaster -revision = d8141e0ca0c53a3e2d89f20e3c89cdec5a4593e4 +revision = 31715673a5b98991ef276decbd90f026559eaf4b depth = 1 -- cgit v1.2.3-101-g0448