Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B
Some help needed.
Uggis:
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.
ollydbg:
--- Quote from: Uggis on November 14, 2009, 04:49:08 pm ---Huge output size
--- End quote ---
hello, please give some more details about this.
Uggis:
--- Code: ---#include <iostream>
using namespace std;
int main()
{
return 0;
}
--- End code ---
For this program:
Compiling: main.cpp
Linking console executable: bin\Debug\test.exe
Output size is 587.20 KB
Anything else you need? :D
stahta01:
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.
Uggis:
--- 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.
--- End quote ---
Compiler: GNU GCC Compiler
Debug, relase doesnt compile
What? Could you explain more?
Navigation
[0] Message Index
[#] Next page
Go to full version