Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
di: Make the decision about DI in one if-else statement
Instead of doing that in two random places, keep just one if-else statement which either: * Sanitizes the debug info, when `--btf` is enabled. * Strips the debug info, when `--btf` is disabled. Also, there is no need to call `DISanitizer::run` in an unsafe block, it's a safe method.
- Loading branch information