some more updates and stuff

This commit is contained in:
Mars 2025-04-21 01:42:24 -04:00
parent 96c6e79780
commit 203d56e06b
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5
17 changed files with 231 additions and 255 deletions

View file

@ -58,7 +58,7 @@ if host_system == 'darwin'
objcpp = meson.get_compiler('objcpp')
objcpp_flags = common_warning_flags + [
'-Wno-switch-default',
'-std=c++2b',
'-std=c++23',
'-fvisibility=hidden',
'-fvisibility-inlines-hidden',
]