Menu

#225 add -w to default CompileScript

open
nobody
None
5
2007-12-15
2007-12-15
No

current default CompileScript is:

./configure %c
make

Changing the last line to "make -w" would add very useful debugging info since it immediately tells you the directory that crashed and provides the %v and %r of the package, which often isn't included by the crash reporter.

I can't think of anything harmful that comes from outputting the dirs that make recurses through.

Discussion


Log in to post a comment.