Need to disable werror so that builds with release aren't triggering unused variables.

This commit is contained in:
Zed A. Shaw 2025-05-23 10:12:11 -04:00
parent 715c95a3ff
commit 6fb20c5085

View file

@ -27,7 +27,7 @@ if build_machine.system() == 'windows'
dependencies += [
opengl32, winmm, gdi32, sfml_main
]
exe_defaults += ['werror=true']
exe_defaults += ['werror=false']
elif build_machine.system() == 'darwin'
add_global_link_arguments(