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

main
Zed A. Shaw 2 weeks ago
parent 715c95a3ff
commit 6fb20c5085
  1. 2
      meson.build

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

Loading…
Cancel
Save