vtable-dumper icon indicating copy to clipboard operation
vtable-dumper copied to clipboard

A couple of things helpful for distro packaging

Open hobbes1069 opened this issue 10 years ago • 1 comments

I have just gotten this accepted into Fedora but there's a couple of things that would be nice:

  1. Makefile support for DESTDIR, since for packaging packages are built and installed as a normal user.
  2. Makefile support for compiler flags (CFLAGS/CXXFLAGS/LDFLAGS). I worked around this using a sed replace of -Wall with %{optflags}.

hobbes1069 avatar Oct 20 '15 13:10 hobbes1069

@hobbes1069 DESTDIR support was added to the Makefile.

cstrouse avatar Dec 30 '19 02:12 cstrouse