mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-29 17:53:37 +00:00
Merge pull request #268 from MatthewBeshay/chore/cpp26
Use C++23 as the project default
This commit is contained in:
commit
ef734f1ffd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue