[Webkit-unassigned] [Bug 206901] [webkitperl] Clean up webkitdirs.pm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 22:49:29 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=206901

--- Comment #9 from Basuke Suzuki <Basuke.Suzuki at sony.com> ---
Something like this:

1. Tools/Scripts/build-webkit --unknown-option

Run as same as current. Maybe display warnings in the future

2. Tools/Scripts/build-webkit -DSOME_CMAKE_VAR=Off

Run as same as current. Will be added to cmake args. Maybe warnings in the future.

3. Tools/Scripts/build-webkit --unknown-option --

Error. Unknown option "--unknown-option"

3. Tools/Scripts/build-webkit --wincairo -- -DUSE_SYSTEM_MALLOC=Off

Option --wincairo is used and "-DUSE_SYSTEM_MALLOC=Off" will be passed to cmake on top of the generated arguments in the script.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211006/75b158cb/attachment-0001.htm>


More information about the webkit-unassigned mailing list