Update meson.build

Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
This commit is contained in:
Elliot 2023-11-11 23:17:20 -05:00 committed by GitHub
parent 96411e5d10
commit b95fb270cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')