[Webkit-unassigned] [Bug 58773] [GTK] Release builds should have debug symbols

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 19 09:47:26 PDT 2011


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





--- Comment #7 from Philippe Normand <pnormand at igalia.com>  2011-04-19 09:47:27 PST ---
(In reply to comment #1)
> Production in our case would simply be not Debug and not Release. eg: ./configure --disable-debug --disable-release (both are disabled by default anyway).

That was a wrong assumption, the default build configuration is Release. Meaning that by default dbg symbols would be included.

So not sure what to do to have a build without dbg symbols using build-webkit. I don't think setting CXXFLAGS manually would work because build-webkit when calling configure would anyway insert the -g switch there.

On mac the build configuration can be changed by a Configuration file the product directory. But that doesn't feel very intuitive (IMHO).

I think that leaves us with a new build-webkit option, --production maybe? That would enable build with optimizations and without dbg symbols. Opinions?

-- 
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