CMAKE_ANDROID_ARM_MODE.rst 340 B

1234567
  1. CMAKE_ANDROID_ARM_MODE
  2. ----------------------
  3. When :ref:`Cross Compiling for Android` and :variable:`CMAKE_ANDROID_ARCH_ABI`
  4. is set to one of the ``armeabi`` architectures, set ``CMAKE_ANDROID_ARM_MODE``
  5. to ``ON`` to target 32-bit ARM processors (``-marm``). Otherwise, the
  6. default is to target the 16-bit Thumb processors (``-mthumb``).