Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This will build static libraries and a test suite for the specified target. The build configuration options can be found in config/Make.rules.

Notetip

When building for iPhone in debug mode, make will by default build only for armv7. You can specify different architecture(s) with CXXARCHFLAGS, for example:

 $ make COMPILE_FOR_IPHONE=yes CXXARCHFLAGS="-arch arm64

IceTouch supports armv7armv7s and arm64.

...