i think this is better

This commit is contained in:
Mars 2025-02-18 13:28:51 -05:00
parent 8cbc00372d
commit ea6bf62c90
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5
5 changed files with 143 additions and 72 deletions

View file

@ -48,6 +48,7 @@ common_cpp_args = [
'-Wno-switch-default',
'-Wunused-function',
'-fvisibility=hidden',
'-fno-strict-enums',
]
if host_machine.system() == 'windows'
@ -114,4 +115,4 @@ executable(
objc_args: objc_args,
link_args: link_args,
dependencies: deps,
)
)