[Webkit-unassigned] [Bug 55484] [Qt][WK2] Memory exhausted when building qtwebkit2 on linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 1 15:10:30 PST 2011


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





--- Comment #10 from Csaba Osztrogonac <ossy at webkit.org>  2011-03-01 15:10:30 PST ---
(In reply to comment #9)
> I am not too fan of an option, I think that should work out of the box.
> 
> Only a few devs are still using 32 bits machines. I think it is reasonable to use the SVGAllInOne for linux+debug+32bits (you can check that in the .pro file). The other config would keep the regular SOURCES and enjoy the benefit of having those files separated :)

Hm, it is a good idea. I'd like to see a fix like this:

# Comment: why we need it ...
linux-g++:CONFIG(debug, debug|release):isEqual(QT_ARCH,i386) {
    # all-in-one-file
} else {
    # separated files
}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list