RESOLVED FIXED 150571
`make analyze` should build using the debug configuration
https://bugs.webkit.org/show_bug.cgi?id=150571
Summary `make analyze` should build using the debug configuration
Dana Burkart
Reported 2015-10-26 13:18:49 PDT
Currently, the 'analyze' target builds using the release configuration, which exposes many false positives in the analyzer results. In some cases, it even makes the build fail. This should be changed to use the debug configuration.
Attachments
Patch (1.90 KB, patch)
2015-10-26 13:34 PDT, Dana Burkart
lforschler: review+
Dana Burkart
Comment 1 2015-10-26 13:19:17 PDT
Dana Burkart
Comment 2 2015-10-26 13:34:36 PDT
Created attachment 264072 [details] Patch Patch added which changes the relevant Makefiles to set the debug configuration when building the analyze target.
Dana Burkart
Comment 3 2015-10-26 14:46:32 PDT
Committed r191601
Note You need to log in before you can comment on or make changes to this bug.