Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| Lars> Not sure about -O2, the reason why we use -O in devel builds is
| Lars> that it is faster and that we need some optimization to get
| Lars> diagnostics on more errors.
| 
| Yes, and end-users want -O2 because they believe it will change the
| result a lot (which I doubt). That's just a psychological factor.

I am not sure who we could solve that...perhaps do it so that -O is
used when building in a CVS checked out dir, and use -O2 if taken from
a distribution.

| Lars> I am not very worried about this...currently we have a just few
| Lars> #warnings and the reason why they are there is becuase it is
| Lars> something that needs fixing.
| 
| We do not want people to see these warning and report them as
| problems.

Perhaps we should allow the warnings to be reported? If it is a
non-important warning it should prob. not have been a warning in the
first place.

| Also, we used to condition some assertions on DEVEL_VERSION.

There is a problem with that: different code are beeing executed
depending of devel/non-devel version.

        Lgb

Reply via email to