Should I recompile the source after executing these commands? Code: git bisect start git bisect good wine-x.x.x git bisect bad wine-x.x.x This guide (http://wiki.winehq.org/RegressionTesting) is not clear enough for me :(
Dionysius wrote:> Should I recompile the source after executing these commands? > > Code: > > git bisect start > git bisect good wine-x.x.x > git bisect bad wine-x.x.x > > > > > This guide (http://wiki.winehq.org/RegressionTesting) is not clear enough for me :(Yes. You recompile and retest the app after every bisect.
Thanks. And one more question: compile process takes about 30 minutes on my dual-processor machine. I use ccache Code: CC="ccache gcc" ./configure --without-freetype --prefix=/usr --x-libraries=/usr/X11R6/lib --verbose && make depend && make Why is it so long? Can I optimize this?
Dionysius wrote:> Thanks. > > And one more question: compile process takes about 30 minutes on my dual-processor machine. I use ccache > > Code: > > CC="ccache gcc" ./configure --without-freetype --prefix=/usr --x-libraries=/usr/X11R6/lib --verbose && make depend && make > > > > Why is it so long? Can I optimize this?http://wiki.winehq.org/RegressionTesting#head-3967051fd1227e1722329d82d68a1d96eba97117