[Webkit-unassigned] [Bug 104773] [EFL] Split WebCore into separate libraries
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 26 00:12:23 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=104773
--- Comment #8 from Halton Huo <halton.huo at gmail.com> 2012-12-26 00:14:30 PST ---
(In reply to comment #7)
> Generally we should try to minimize the number of build configurations supported as every new way of building from the source adds complexity.
>
> 1./ Can we separate out the debug info into separate archive(s) ? Would this solve the problem ? http://sourceware.org/gdb/onlinedocs/gdb/Separate-Debug-Files.html
I do not think this will resolve the non-SHARED_CORE and debug build issue. Because the libwebcore_efl.a need to be archived out before it get "stripped". Correct me if I am wrong.
>
> 2./ I wonder if we should simply only support Debug builds with SHARED_CORE build. It certainly allows people for debug and it is not an issue for creating products that are going out with release builds.
+1 for solution, it is much more easier that what I'm doing and small change.
So what should build do when debug build but no "-DSHARED_CORE=ON"?
Option 1: Stop build and say debug build need set -DSHARED_CORE=ON
Option 2: Set(SHARED_CORE ON) and continue building.
Your opinion?
--
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