Use C++23 as the project default

This commit is contained in:
notmatthewbeshay 2026-03-17 05:51:40 +11:00
parent 66961260b4
commit b71fd037b1

View file

@ -2,7 +2,7 @@ project('4jcraft-chucklegrounds', ['cpp', 'c'],
version : '0.1.0',
meson_version: '>= 1.1',
default_options : [
'cpp_std=c++26',
'cpp_std=c++23',
'warning_level=0',
'buildtype=debug', # for now
'unity=on', # merge source files per target