mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
c4a9d1e668
The .gcda files generated by "$(MAKE) PROF_FLAGS=-fprofile-generate all" should be removed. Otherwise, the profile data in them would be combined with the profile data of user's workload.Then, they would be used by "make prof-use" later. Closes GH-8284.