GCC/G++ Compiler

CodeXL

PreviousNext
CodeXL User Guide
GCC/G++ Compiler

·         Enable debug info using “-g” or “-gdwarf-version”. Without this option, target application binary will not include any debugging information.

·         Enable optimization using any one of: -O, -O1, -O2, or -O3. Without this option, compiler will disable any function inlining.