-overlay-replay > -restart-replay-on-save

This commit is contained in:
dec05eba
2025-01-24 10:09:32 +01:00
parent f036fcbc0f
commit c396a1f922
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
project('gsr-ui', ['c', 'cpp'], version : '1.1.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
project('gsr-ui', ['c', 'cpp'], version : '1.1.1', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp'])