http://bugs.winehq.org/show_bug.cgi?id=21015
--- Comment #10 from Chris Wales chris@chrobis.com 2010-03-21 04:14:54 --- I've been running this command after each git bisect skip:
CC="ccache gcc" CFLAGS="-g -O0" ./configure --disable-tests --verbose && make depend && make
Obviously I've only been hitting "skip" since I've been unable to get the program to run and therefore determine whether it is "good" or "bad". Is this the right command?