d097058 Set -g when building Vala applications

Authored and Committed by catanzaro 2 years ago
    Set -g when building Vala applications
    
    This requires the build system support VALAFLAGS. At least Meson and
    Automake do.
    
    Using -g is desired because it allows us to see Vala source files and
    line numbers in backtraces when possible, falling back to generated C
    code otherwise. Line numbers for generated C are almost always less
    useful when debugging crashes.
    
        
file modified
+9 -1
file modified
+6 -2