Domanda

I have generated one binary(20 MB) with gcc with -g option after that have compiled same code with gcc without -g option and generated binary of 8 MB,So my question is is there any effect in cpu usage if I run both(20MB,8MB) binaries?

È stato utile?

Soluzione

Yes the debug version runs slower. It is problematic tracing race conditions

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top