I'm new to CodeLite
everytime I press F7 to compile the project, it produce a huge exe
#include <iostream>
int main(int argc, char *argv[]){
return 0;
}
short code but 900KB
I've switched to release mode, and the problem still remain.
And 've tried the same command line on my own in CMD, g++ produce only 49 KB
I guess the makefile used by codelite is the key??