[Mingw-w64-public] Too big size of the executable file

2012-04-23 Thread 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-builds project uses CRT from mingw-w64 project,

[Mingw-w64-public] ddk headers

2012-04-14 Thread Alex D
Hi, When I try to compile some library I get error: g++ -c -O2 -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DSERIALPORT_BUILD -DSERIALPORT_SHARED -DQT_DLL -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SU