Author Topic: Output file is too big with Code::Blocks, why?  (Read 3971 times)

Offline themarks

  • Single posting newcomer
  • *
  • Posts: 3
Output file is too big with Code::Blocks, why?
« on: February 24, 2014, 10:05:59 pm »
Hi everyone, I am new at Code::Blocks, I have just changed from Dev CPP


My question is:

With Dev CPP my output file from my project was 516MB, but now with Code::Blocks it's 1.08 MEGABYTES.

Could you guys tell me why? or somehow to change it?

Thank you in advance!

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7576
    • My Best Post
Re: Output file is too big with Code::Blocks, why?
« Reply #1 on: February 24, 2014, 10:38:22 pm »
1. Figure out what a Compiler is.
2. Pick the same compiler for both
3. If the size is still different look at the Compiler Options; make them the same.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline themarks

  • Single posting newcomer
  • *
  • Posts: 3
Re: Output file is too big with Code::Blocks, why?
« Reply #2 on: February 24, 2014, 11:54:37 pm »
I meant it was 516 KB and not MEGA, I will try check the compilers.