[webkit-help] Help removing -Werror flags from the chromium port
Ballabas.Gabor at stud.u-szeged.hu
Ballabas.Gabor at stud.u-szeged.hu
Tue Oct 11 10:28:59 PDT 2011
Quoting Leander Bessa <leanderbb at gmail.com>:
> Hello,
>
> I'm currently trying to build chromium's port of webkit on Fedora 15 (64
> bit) and the build keeps stopping due to warnings being treated as errors.
>
> Is there any way to instruct the build-webkit script to remove the flag
> "-Werror" from the final build?
>
>
> - Leander
>
Hi,
You can use gyp to turn off this behavior like this:
./build/gyp_chromium -Dwerror=
(There is nothing behind the = sign.)
Best regards,
Gabor
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
More information about the webkit-help
mailing list