http://bugs.winehq.org/show_bug.cgi?id=21228
--- Comment #11 from Wylda wylda@volny.cz 2010-01-02 11:23:20 --- (In reply to comment #10)
So have I to do "CC="ccache gcc" ./configure --verbose && make depend && make" again after "git bisect start git bisect good wine-0.9.36 git bisect bad wine-0.9.37 " or these 3 lines were "compilation" ?
This way:
git bisect start git bisect good wine-1.1.33 git bisect bad wine-1.1.35 ./configure --verbose && make depend && make -j 4
./wine Rebuilder.exe //you test your app here, say it is still bad, so:
git bisect bad make -j 4
./wine Rebuilder.exe //you test your app here, say your app is OK, so:
git bisect good make -j 4
and so on... cca 9x