On Thu, 23 Apr 2015 22:38:34 +0200, Jan Kratochvil wrote: > Unfortunately this changes libcc1 API in an incompatible way. There is > a possibility of a hack to keep the API the same - one could pass "-v" option > explicitly to set_arguments(), set_arguments() could compare the "-v" string > and print the GCC filename accordingly. Then the 'verbose' parameter of > compile() would lose its meaning. What do you think?
This paragraph is no longer true, 'compile' keeps its parameter duplicate to the new 'set_arguments's one. Jan