vtable-dumper
vtable-dumper copied to clipboard
A couple of things helpful for distro packaging
I have just gotten this accepted into Fedora but there's a couple of things that would be nice:
- Makefile support for DESTDIR, since for packaging packages are built and installed as a normal user.
- Makefile support for compiler flags (CFLAGS/CXXFLAGS/LDFLAGS). I worked around this using a sed replace of -Wall with %{optflags}.
@hobbes1069 DESTDIR support was added to the Makefile.