No, we don't need more compile-time configurations as they give us build
problems. We need less.
Casper
-----Original Message-----
From: ros-dev-bounces(a)reactos.org [mailto:ros-dev-bounces@reactos.org] On
Behalf Of Magnus Olsen
Sent: 4. januar 2006 10:48
To: ReactOS General List; ReactOS Development List
Subject: Re: [ros-dev] Optimization Proposal
Why not have threelevel of DBG
0 = DBG off
1 = as now
2 = -O2 with debug on.
and release build should change from -Oz to -O3
to gain more speed. the size is not a issue make it faster.
if the exe file are large or smaller- the large one can be faster that the
small one.
That is what I think