There is a GNU Make target called debug that dumps a bunch of variables to aid in debugging the build process. It should be possible to reach just with fontship make debug, but I've known the output filtering has needed the fontship -v make debug verbose flag to work for a while. As I'm working on #120 it seems even that workaround is lost and the output is simply captured all the time. Not so good.
There is a GNU Make target called
debug
that dumps a bunch of variables to aid in debugging the build process. It should be possible to reach just withfontship make debug
, but I've known the output filtering has needed thefontship -v make debug
verbose flag to work for a while. As I'm working on #120 it seems even that workaround is lost and the output is simply captured all the time. Not so good.