licheng / gccfilter

gccfilter is a perl filter to colorize and simplify (or expand) gcc diagnostic messages. gccfilter is particularly aimed at g++ (i.e. dealinging with C++) messages which can contain lot of template-related errors or warnings difficult to sort out.
21 stars 6 forks source link

Disable i/o buffering #2

Closed piec closed 11 years ago

piec commented 11 years ago

Just a small change to disable buffering so that gcc output is displayed straight away. I also use open instead of qx/ /