質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top