Brought in Amit's latest and tweaked a few more build options for enabling some safety checks in GCC.
This commit is contained in:
parent
eef13bd325
commit
308fe4bed2
6 changed files with 62 additions and 33 deletions
|
@ -63,5 +63,7 @@ executable('amtcaster', [
|
|||
'amt/texture.cpp',
|
||||
'amt/raycaster.cpp',
|
||||
'amt/main.cpp'
|
||||
], override_options: exe_defaults,
|
||||
],
|
||||
cpp_args: ['-std=c++23'],
|
||||
override_options: exe_defaults,
|
||||
dependencies: dependencies)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue