Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0370e33a authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "Disable leak detection locally."

parents 94424cc6 b0a24d43
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -207,6 +207,11 @@ bool parse_one_file(std::filesystem::path input_file, std::filesystem::path incl

}  // namespace

// TODO(b/141583809): stop leaks
extern "C" const char* __asan_default_options() {
  return "detect_leaks=0";
}

int main(int argc, const char** argv) {
  std::filesystem::path out_dir;
  std::filesystem::path include_dir;