Skip to content
  • Daniel García Moreno's avatar
    Enable checks in release to avoid crash · d654ff92
    Daniel García Moreno authored
    The G_DISABLE_CHECKS flag disables all the g_return_if_fail functions
    and we're using that kind of function for early returns when the param
    aren't correct so we need to remove that to make the app works in
    release mode.
    d654ff92