www.digitalmars.com         C & C++   DMDScript  

c++ - -o quibble.

reply Anuj Goyal <Anuj_member pathlink.com> writes:
wow, I am impressed w/ "big file" replies!

ok here is another minor quibble.

D:\jamtest_dmc2>dir
05/02/2005  11:42 PM               130 a.c
05/02/2005  11:43 PM    <DIR>          bin.nt


D:\jamtest_dmc2>H:\dm\bin\dmc.exe -c -I. -IH:\dm\include a.c -o bin.nt\a.obj


D:\jamtest_dmc2>H:\dm\bin\dmc.exe -c -I. -IH:\dm\include a.c -obin.nt\a.obj

First line is easier to read.
Would changing this affect usage of the query optimizer flag ?
May 03 2005
parent reply "Matthew" <admin.hat stlsoft.dot.org> writes:
Yes

"Anuj Goyal" <Anuj_member pathlink.com> wrote in message
news:d577mo$1523$1 digitaldaemon.com...
 wow, I am impressed w/ "big file" replies!

 ok here is another minor quibble.

 D:\jamtest_dmc2>dir
 05/02/2005  11:42 PM               130 a.c
 05/02/2005  11:43 PM    <DIR>          bin.nt


 D:\jamtest_dmc2>H:\dm\bin\dmc.exe -c -I. -IH:\dm\include a.c -o bin.nt\a.obj


 D:\jamtest_dmc2>H:\dm\bin\dmc.exe -c -I. -IH:\dm\include a.c -obin.nt\a.obj

 First line is easier to read.
 Would changing this affect usage of the query optimizer flag ?

 
May 03 2005
parent Anuj Goyal <Anuj_member pathlink.com> writes:
I will just change my Makefile then.

thanks!

Yes
 Would changing this affect usage of the query optimizer flag ?
May 03 2005