mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 21:33:35 +00: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…
Reference in a new issue