Skip to content
tawarisch edited this page Jun 17, 2013 · 1 revision

Allowed Compiler Switches

  • __cplusplus /* for seperation of C, C++ and C++11 code */
  • __CC8E__ /* for PIC specific code like assembler */
  • DEBUG /* for debugging code like traces or timemeasurements */

Deprecated Compiler Switches

  • X86 /* replace it with __CC8E__ */
  • TEST /* replace it with DEBUG */
  • UNIT_TEST /* completely replaced by DEBUG, never use it again! */
  • OS_ANDROID /* use it only if absolutly necessary f.e. missing c++11 features in ndk :-( */