From ffc063a95ce23a25bab10a082eca1b327c01df5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Fri, 8 Jul 2022 19:29:06 +0400 Subject: meson: add windows_output_debug_string option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau [smcv: Rename to avoid using "Win32" to refer to both 32- and 64-bit] Signed-off-by: Simon McVittie --- meson_options.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 770082ea..68f91f19 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -291,3 +291,10 @@ option( value: 'auto', description: 'Build XML documentation' ) + +option( + 'windows_output_debug_string', + type: 'boolean', + value: false, + description: 'use OutputDebugString() to log messages to Windows debug port' +) -- cgit v1.2.1