On 4/23/12, Kai Tietz wrote:
> Hello Stefan,
>
> well 316 kb patch is pretty huge ... so I walked throught it and
> committed it at rev 4962,
> Please try to keep patch in general not that big. about maximal 80kb
> are more handy for review ;)
>
> Thanks,
> Kai
I merged r4961+4962 into v2.x bra
Hello Stefan,
well 316 kb patch is pretty huge ... so I walked throught it and
committed it at rev 4962,
Please try to keep patch in general not that big. about maximal 80kb
are more handy for review ;)
Thanks,
Kai
--
Hello Alex,
2012/4/20 Alex D:
> Hello list.
>
> I use MinGW by MinGW-builds project[1].
>
> When I compiled this little code: int main() {return 0;}
> with this command line: gcc main.c -omain -s -O2
> I get the .exe file with size ~33 Kb. I think that this size is too big.
> I know that MinGW-bui
Hello list.
I use MinGW by MinGW-builds project[1].
When I compiled this little code: int main() {return 0;}
with this command line: gcc main.c -omain -s -O2
I get the .exe file with size ~33 Kb. I think that this size is too big.
I know that MinGW-builds project uses CRT from mingw-w64 project,
On 4/23/2012 14:34, Christer Solskogen wrote:
> The wiki page tells us that in order to compile a multilib binutils one
> have to add --enable-targets=... I'm not quite sure if that is
> necessary. I've just compiled my own without that option, and I have no
> problem compiling mingw-w64-crt wit