Module: Mesa Branch: main Commit: be2961de09a0a1da329f97a79335fb77d71b8994 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be2961de09a0a1da329f97a79335fb77d71b8994
Author: David Heidelberg <[email protected]> Date: Sun Feb 26 16:45:18 2023 +0100 meson: print c_cpp_args Acked-by: Dylan Baker <[email protected]> Reviewed-by: Yonggang Luo <[email protected]> Signed-off-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21539> --- meson.build | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meson.build b/meson.build index 76972866996..d0d63328fe2 100644 --- a/meson.build +++ b/meson.build @@ -2095,6 +2095,13 @@ summary( section: 'Directories' ) +summary( + { + 'c_cpp_args': c_cpp_args, + }, + section: 'Common C and C++ arguments' +) + summary( { 'OpenGL': with_opengl,
