added werror, slider doesn't freeze the game

This commit is contained in:
2022-01-05 05:07:29 -05:00
committed by Hay1tsme
parent f4e151c4ef
commit 2e7c7c1fe0
3 changed files with 52 additions and 51 deletions

View File

@ -1,4 +1,11 @@
project('segatools', 'c', version: '0.1.0')
project(
'segatools',
'c',
version: '0.1.0',
default_options: [
'werror=true',
],
)
add_project_arguments(
'-DCOBJMACROS',