|
Hi, In release build, WebCore.lib grows to 1.2GB and the linker maps it onto memory space. If your machine cannot provide enough free space to the linker process, it will stop linking with LNK1106 error. I don't know wheather such error is a bug of MSVC or not. Some people tries to reduce object file size by removing un-necessary #include in the source files. If you really need release-mode binary right now, turn LTCG option off. It's the easiest solution but will make the final WebKit.dll a bit slower. - Joonghoon [email protected] 쓴 글: Thanks, Brent: |
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
