NEW238390
Move PROFILE_DATA_FLAGS from Source/WebKit/Configurations/BaseTarget.xcconfig to WebKit.xcconfig
https://bugs.webkit.org/show_bug.cgi?id=238390
Summary Move PROFILE_DATA_FLAGS from Source/WebKit/Configurations/BaseTarget.xcconfig...
Wenson Hsieh
Reported 2022-03-25 13:04:31 PDT
This would make things consistent with how -fprofile-instr-use is deployed in WebCore.xcconfig and JavaScriptCore.xcconfig. This was added to BaseTarget.xcconfig in the first place, since adding it to WebKit.xcconfig breaks the build, due to CPP flags no longer including the `-D__STDC_WANT_LIB_EXT1__=1` option. See #238119 for more details.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-04-01 13:05:15 PDT
Note You need to log in before you can comment on or make changes to this bug.