From b95fb270cb9212ade64634821bcedc3cfe328683 Mon Sep 17 00:00:00 2001 From: Elliot <35050275+apache-hb@users.noreply.github.com> Date: Sat, 11 Nov 2023 23:17:20 -0500 Subject: [PATCH] Update meson.build Co-authored-by: Ivan Molodetskikh --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 64d5b4eb..719673e6 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project('tracy', ['cpp'], version: '0.10.0', meson_version: '>=0.54.0') # internal compiler flags tracy_compile_args = [] -# compiler flags shared between client and server +# compiler flags shared between the capture library itself and the code using it tracy_common_args = [] if get_option('tracy_enable')