Hi all, I just modified buildtool to output less uninteresting stuff, and output warnings instead, so it is easier to spot and fix warnings for your code. So next time you bzr up: "g++ -O3 buildtool.cpp -o btool.exe -fopenmp". Hope you like it.
Cheers, Johan
On 27-10-2013 15:04, Johan Engelen wrote:
Hi all, I just modified buildtool to output less uninteresting stuff, and output warnings instead, so it is easier to spot and fix warnings for your code. So next time you bzr up: "g++ -O3 buildtool.cpp -o btool.exe -fopenmp". Hope you like it.
To get rid of a library warning, also update your devlibs. Let's see if we can get a -Werror build going for the upcoming release on (at least) Windows ;)
Cheers, Johan
On 27-10-2013 17:56, Johan Engelen wrote:
On 27-10-2013 15:04, Johan Engelen wrote:
Hi all, I just modified buildtool to output less uninteresting stuff, and output warnings instead, so it is easier to spot and fix warnings for your code. So next time you bzr up: "g++ -O3 buildtool.cpp -o btool.exe -fopenmp". Hope you like it.
To get rid of a library warning, also update your devlibs. Let's see if we can get a -Werror build going for the upcoming release on (at least) Windows ;)
Fixed some reporting issues with multithreaded btool ("btool -j").
btool now sometimes crashes when run with multiple threads. I don't want to spend the time to fix it properly, hope you can deal with it ;-)
Cheers, Johan
participants (1)
-
Johan Engelen