Upgrade the project default to C++26

This commit is contained in:
notmatthewbeshay
2026-03-16 18:18:52 +11:00
parent 9748827f72
commit 591dd48cf6
17 changed files with 55 additions and 51 deletions
+1
View File
@@ -2,6 +2,7 @@ project('4jcraft-chucklegrounds', ['cpp', 'c'],
version : '0.1.0',
meson_version: '>= 1.1',
default_options : [
'cpp_std=c++26',
'warning_level=0',
'buildtype=debug', # for now
'unity=on', # merge source files per target