RESOLVED FIXED 44744
Fix Coverage build after the addition of ANGLE
https://bugs.webkit.org/show_bug.cgi?id=44744
Summary Fix Coverage build after the addition of ANGLE
Holger Freyther
Reported 2010-08-26 20:36:31 PDT
Created attachment 65668 [details] Patch ANGLE is using libtool to build a static library and the version of libtool on Leopard refuses to handle the -fprofile-arcs and -ftest-coverage parameters. The easiest way to handle this is to not build ANGLE with coverage information. This is achieved by applying the XCode options for each project separately and exclude ANGLE. * Scripts/build-webkit: Remove -framework AppKit due link errors. * Scripts/webkitdirs.pm: Do not apply the XCode options for ANGLE. --- 3 files changed, 23 insertions(+), 5 deletions(-)
Attachments
Patch (3.47 KB, patch)
2010-08-26 20:36 PDT, Holger Freyther
darin: review+
Holger Freyther
Comment 1 2010-08-29 18:55:24 PDT
Landed in r66346.
Note You need to log in before you can comment on or make changes to this bug.