Merge "debuggerd: add -fno-finite-loop to fix test."

This commit is contained in:
Yabin Cui 2021-08-11 23:24:11 +00:00 committed by Gerrit Code Review
commit c5c532fc31
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ cc_defaults {
"-Wno-unused-function",
"-Wno-nullability-completeness",
"-Os",
"-fno-finite-loops",
],
local_include_dirs: ["include"],