DescriptionEnable C++11 for Android builds. It is now required by bits of the Breakpad code.
Also, add the -D__STDC_LIMIT_MACROS definition to fix the ARM builds on Android. Without this, UINTPTR_MAX is not defined properly. It should, apparently, not be necessary to add this definition when C++11 is enabled, but is a known issue for certain versions of GCC/libc.
Patch Set 1 #
Messages
Total messages: 5 (1 generated)
|