wingtk / gvsbuild

GTK stack for Windows
GNU General Public License v2.0
454 stars 170 forks source link

glib: turn off debug #1419

Closed pbor closed 2 months ago

pbor commented 2 months ago

See https://gitlab.gnome.org/GNOME/glib/-/issues/3421#note_2206315

DjLegolas commented 2 months ago

I can add the relevant flag into the project, but this can be done in 2 ways:

  1. just add it statically and always have turned off
  2. use the --configuration=debug option parameter and configure it dynamically

@danyeaw what do you think?

danyeaw commented 2 months ago

I like how you used the --configuration parameter!

danyeaw commented 2 months ago

Closed by #1422. Thanks @pbor and @DjLegolas!