It is unclear what benefit this option has, given that:
gprofrequires re-compilation (perfand other tools can instead be used on existing executables)gprofrequires hardening to be disabledgprofdoesn’t work withclangperfis documented in the dev-notes, and test notes, and embedded into the functional test framework;gprofisn’t- Anyone really wanting to use it could pass the required flags to
./configure - I couldn’t find any mention of the use of
gprofin the discussions in this repo, apart from the initial pull request adding it (cfaac2a60f3ac63ae8deccb03d88bd559449b78c) - Keeping it means that it needs to be maintained and ported to CMake
Fix all issues by removing it.