Merge "Revert "snapuserd: opt out of Global ThinLTO to workaround segfault"" into main

This commit is contained in:
Treehugger Robot 2023-12-14 00:24:57 +00:00 committed by Gerrit Code Review
commit b0c6a5dfd7

View file

@ -147,12 +147,6 @@ cc_defaults {
// snapuserd, which would lead to deadlock if we had to handle page
// faults for its code pages.
static_executable: true,
// Snapuserd segfaults with ThinLTO
// http://b/208565717
lto: {
never: true,
},
}
cc_binary {