diff options
author | Jani Välimaa <wally@mageia.org> | 2023-11-21 11:26:30 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2023-11-21 11:29:29 +0200 |
commit | 8d00754229423723a6ce256608eb793ca4766ea7 (patch) | |
tree | 27c552b017bbc729b2755cd0af06995faa068e40 /NEWS | |
parent | 6f8342d2b4fd9dd0a349221af283b64e52e220c5 (diff) | |
download | rpm-setup-8d00754229423723a6ce256608eb793ca4766ea7.tar rpm-setup-8d00754229423723a6ce256608eb793ca4766ea7.tar.gz rpm-setup-8d00754229423723a6ce256608eb793ca4766ea7.tar.bz2 rpm-setup-8d00754229423723a6ce256608eb793ca4766ea7.tar.xz rpm-setup-8d00754229423723a6ce256608eb793ca4766ea7.zip |
macros: set -g when building Vala applications
From https://src.fedoraproject.org/rpms/redhat-rpm-config/c/d097058
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +- macros: set -g when building Vala applications - macros: make _FORTIFY_SOURCE flags configurable via %_fortify_level variable - macros: undefine _FORTIFY_SOURCE before defining it to avoid build warnings on some packages defining it already |