A serious problem

General discussion relating to the Transfusion project.

Moderator: General Discussion Moderators

Post Reply
User avatar
Fresh_meat
Cultist
Posts: 91
Joined: Mon Dec 26, 2005 11:51 pm
Location: France

A serious problem

Post by Fresh_meat »

I have taken a look from the makefile of bqcc, and I have seen an error : the optimisation level is too high, gcc support a max value of -O3 on x86, amd64, spark and -O2 on ppc 7400 and 7450 (Power G4) and here it is the 6th level, this can corrupt the assambly code. To my mind, you add better to fixe it into -O3 or -O2
User avatar
Willis

Master of the Mask
Lead Programmer

Posts: 872
Joined: Tue Aug 10, 2004 09:28 am
Location: Eau Claire, WI USA
Contact:

Post by Willis »

I've never compiled it on anything using a makefile system, so I had never noticed it. Changed to -O2 ... cvs should update within 12 hrs (not that its a hard change to make manually).

The MSVC6 project file was already at /O2

Thanks for the heads up!
Post Reply