• ARM Compiler 6 - Optimization guidelines

    ToddS
    ToddS

    In the V5 to V6 compiler migration document is the following with respect to optimzations

    -O0 No Optimization. Not recommended for use in ARM Compiler 6.6

    -O1 Limited Optimization. This is currently the recommended level for source level debugging.

    …
    • over 1 year ago
    • Software Tools
    • Arm Compilers forum
  • Android NDK options: What compiler flags should I use for my libraries and apps to get the best performance across the widest range of SoCs?

    Matthew Du Puy
    Matthew Du Puy

    Compiler options is one of those subjects that can get decidedly more complicated as you descend the rabbit hole. Undoubtedly, developers using or creating C/C++/Assembly libraries in Android are seeking to compile the most optimal binary for as many…

    • Answered
    • over 6 years ago
    • Open Source Software and Platforms
    • Android forum