diff options
author | Arne Schwabe <arne@rfc2549.org> | 2016-01-11 14:00:26 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2016-01-11 14:00:26 +0100 |
commit | 19410ba8f191c9850009ca491055d6a52a1034b5 (patch) | |
tree | 6ed7b4877433a7460f207e3f7b9ecf40dc2eebb0 /main/misc/build-native.sh | |
parent | 4f71315dcd2d8899d2fc8ce32358f098b991e22e (diff) |
change breakpad default
Diffstat (limited to 'main/misc/build-native.sh')
-rwxr-xr-x | main/misc/build-native.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/misc/build-native.sh b/main/misc/build-native.sh index 508ad64f..892b075d 100755 --- a/main/misc/build-native.sh +++ b/main/misc/build-native.sh @@ -26,7 +26,7 @@ else fi if [ "x$1" = "x" ]; then - ndk-build -j 8 USE_BREAKPAD=1 + ndk-build -j 8 USE_BREAKPAD=0 else ndk-build $@ fi |