Hello!
I have been using codeblocks for one day now cuz dev cpp aint working realy good for me.
Iam using windows vista 32bit.
The problems:
Huge output size (i know there is thread about this but could i have more info?)
I want codeblocks to compile my program just for win32 without anything extra stuff.
Please post some info.
Quote from: Uggis on November 14, 2009, 04:49:08 PM
Huge output size
hello, please give some more details about this.
#include <iostream>
using namespace std;
int main()
{
return 0;
}
For this program:
Compiling: main.cpp
Linking console executable: bin\Debug\test.exe
Output size is 587.20 KB
Anything else you need? :D
Compiler name and version?
Release or debug? From folder would guess debug; try the release build.
If GCC, did you strip out the debug info?
Tim S.
Quote from: stahta01 on November 14, 2009, 05:44:16 PM
Compiler name and version?
Release or debug? From folder would guess debug; try the release build.
If GCC, did you strip out the debug info?
Tim S.
Compiler: GNU GCC Compiler
Debug, relase doesnt compile
What? Could you explain more?
This site is to support the IDE Code::Blocks for compiler only type support try another site.
http://www.mingw.org/wiki/Large_executables
Quote from: Uggis on November 14, 2009, 07:13:46 PM
Quote from: stahta01 on November 14, 2009, 05:44:16 PM
If GCC, did you strip out the debug info?
What? Could you explain more?
You are complaing about size and seriously don't understand what "stripping symbols" means? Well - than you really shouldn't care about the size because everything you might try won't work anyways.
However what annoys me once more is that this has been discussed literally a million times in this forum even though it's
not related to Code::Blocks. Thus this threads violates our forum rules two times: Not related to C::B and not searched before.
I am locking this topic now.