help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What optimization level


From: Christian Christmann
Subject: What optimization level
Date: Sun, 06 Aug 2006 13:44:07 +0200

Hi,

my projects are written in C++ and I use g++ to compile them.

What compiler optimization level (-Ox) should be used for the
generation of the final binaries? I assume that the highest optimization
level (-O3) is the right choice since it deploys most of the build-in
compiler optimizations that reduce code size and average program
execution time. Or are you of a different opinion?

Regards,
Chris


reply via email to

[Prev in Thread] Current Thread [Next in Thread]