How to build in release mode with optimizations in GCC?

Viewed 47281

What are the specific options I would need to build in "release mode" with full optimizations in GCC? If there are more than one option, please list them all. Thanks.

4 Answers
Related