|
From: Earnie B. <ear...@ya...> - 2000-09-19 18:22:15
|
--- Lado Brisar <lb...@so...> wrote: > On 18 Sep 2000, at 18:25, Paul Sokolovsky wrote: > > > As for MSVC 6.0, mingw exe's are likely to be always smaller - > > msvc started to use 0x1000 file alignment (vs 0x200 'standard'), as > > though "for OS to load them faster". In practise it simply means that > > it's hard to get exe less than 12k. > > In practise, you can set the file alignment to 0x200 (with FILEALIGN > linker switch), if you want. ;) For example: > > #if _MSC_VER >= 1000 > #pragma comment(linker,"/FILEALIGN:0x200") > #endif > > Is this pragma supported by MinGW GCC? Cheers, ===== --- <http://earniesystems.safeshopper.com> --- Earnie Boyd: <mailto:ear...@ya...> __Cygwin: POSIX on Windows__ Cygwin Newbies: <http://gw32.freeyellow.com/> __Minimalist GNU for Windows__ Mingw Home: <http://www.mingw.org/> __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ |