mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-06 06:28:15 +01:00
sample_app: enable C++11 for Android builds
Also add the -D__STDC_LIMIT_MACROS definition as we rely on UINTPTR_MAX. Review URL: https://codereview.chromium.org/1801913002/
This commit is contained in:
parent
6ce752d741
commit
c1848484e1
1 changed files with 1 additions and 0 deletions
|
|
@ -29,3 +29,4 @@
|
||||||
|
|
||||||
APP_STL := stlport_static
|
APP_STL := stlport_static
|
||||||
APP_ABI := all
|
APP_ABI := all
|
||||||
|
APP_CXXFLAGS := -std=c++11 -D__STDC_LIMIT_MACROS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue