Optimalization?

Hi,
I have this question: Has checked build environment some impact on compiler
optimalization?

Ozon

Surely, it turns if off to make debugging easy.
The same as “Debug” build in MSVC IDE.

----- Original Message -----
From: David Men¹ík
To: File Systems Developers
Sent: Monday, June 19, 2000 12:15 AM
Subject: [ntfsd] Optimalization?

> Hi,
> I have this question: Has checked build environment some impact on
compiler
> optimalization?
>
> Ozon
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>

really???
did you see buildchk.log???

this is my buildchk.log:

cl -nologo -Ii386\ -I. -IC:\WINDDK\2195\inc -I. -IC:\WINDDK\2195\inc -IC:\WI
NDDK\2195\inc -IC:\WINDDK\2195\inc\ddk -IC:\WINDDK\2195\inc\ddk\wdm -IC:\WIN
DDK\2195\private\inc -IC:\WINDDK\2195\inc -D_X86_=1 -Di386=1 -DSTD_CALL -DC
ONDITION_HANDLING=1 -DNT_UP=1 -DNT_INST=0 -DWIN32=100 -D_NT1X_=100 -DWINNT=
1 -D_WIN32_WINNT=0x0500 -DWINVER=0x0500 -D_WIN32_IE=0x0501 -DWIN32_LEAN_A
ND_MEAN=1 -DDBG=1 -DDEVL=1 -DFPO=0 -DNDEBUG -D_DLL=1 /c /Zel /Zp8
/Gy -cbstring /W3 /Gz /QIfdiv- /QIf /QI0f /GB /Gi- /Gm- /GX- /GR- /GF -Z7
/Oxs /Oy- -FIC:\WINDDK\2195\inc\warning.h .\fsdfilter.c

/GB - Optimizes code to favor the Pentium processor
/Oxs :
/Ox - Uses maximum optimization (/Ob1gity /Gs)
/Os - Favors small code

why???

perhaps I’m doing something wrong, but…

Ozon

----- Original Message -----
From: “Maxim S. Shatskih”
To: “File Systems Developers”
Sent: Monday, June 19, 2000 12:15 AM
Subject: [ntfsd] Re: Optimalization?

> Surely, it turns if off to make debugging easy.
> The same as “Debug” build in MSVC IDE.
>
> ----- Original Message -----
> From: David Men??k
> To: File Systems Developers
> Sent: Monday, June 19, 2000 12:15 AM
> Subject: [ntfsd] Optimalization?
>
>
> > Hi,
> > I have this question: Has checked build environment some impact on
> compiler
> > optimalization?