[Webkit-unassigned] [Bug 23939] Release build being built with debugging symbols

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 12 17:29:37 PST 2009


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


gns at gnome.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |gns at gnome.org
                   |unassigned at lists.webkit.org |
             Status|NEW                         |ASSIGNED
  Attachment #27634|                            |review?
               Flag|                            |




------- Comment #1 from gns at gnome.org  2009-02-12 17:29 PDT -------
Created an attachment (id=27634)
 --> (https://bugs.webkit.org/attachment.cgi?id=27634&action=view)
proposed fix

While searching for a way to protect CXXFLAGS from modification I found
webkit.m4 where WEBKIT_INIT (which is called by our configure.ac) is defined.
There is already an AC_PROG_CXX call there, which protects CXXFLAGS against
changes, and which is expanded as part of WEBKIT_INIT, so adding a second call
without the protection is no good.

I tested automake1.10 here after removing the second call, and it did not
complain about it missing, so I am not sure an issue actually exists.


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



More information about the webkit-unassigned mailing list