commit | 2d38f1f6656981b2d7df67fee4d8891b79a84aa0 | [log] [tgz] |
---|---|---|
author | Mauro Rossi <issor.oruam@gmail.com> | Sun Feb 03 09:16:44 2019 +0100 |
committer | Mauro Rossi <issor.oruam@gmail.com> | Sun Mar 31 18:04:02 2019 +0200 |
tree | 656946ccf0e9f44b85f053948a50de004cfa9cb5 | |
parent | cbafa3fa38ffba844a7cbbd281adc0422327ee2d [diff] |
android: config.h: Add option to disable minidumps, default it to off Porting of commit 7e4b0fae ("Add cmake option to disable minidumps, default it to off") plus some other options that are to be set on (1) or off (0) Fixes the following building error: external/llvm80/lib/Support/Process.cpp:88:35: error: use of undeclared identifier 'LLVM_ENABLE_CRASH_DUMPS' static bool coreFilesPrevented = !LLVM_ENABLE_CRASH_DUMPS; ^ 1 error generated.