[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

commit-queue at webkit.org commit-queue at webkit.org
Sun Feb 20 23:30:47 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit d1eadbfe5029e6c17ff53752e704e1e285f2b602
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 21 01:22:50 2011 +0000

    2011-01-20  Siddharth Mathur  <siddharth.mathur at nokia.com>
    
            Reviewed by Laszlo Gombos.
    
            [Qt][Symbian] Smaller debug symbol size when using RVCT 4.x
            https://bugs.webkit.org/show_bug.cgi?id=52835
    
            * WebKit.pri: Use --remove_unneeded_entities for RVCT 4.x compilers
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76313 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 637d5aa..133ebd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-20  Siddharth Mathur  <siddharth.mathur at nokia.com>
+
+        Reviewed by Laszlo Gombos.
+
+        [Qt][Symbian] Smaller debug symbol size when using RVCT 4.x
+        https://bugs.webkit.org/show_bug.cgi?id=52835
+
+        * WebKit.pri: Use --remove_unneeded_entities for RVCT 4.x compilers
+
 2011-01-20  Alejandro G. Castro  <alex at igalia.com>
 
         Reviewed by Andreas Kling.
diff --git a/WebKit.pri b/WebKit.pri
index d856863..676af7e 100644
--- a/WebKit.pri
+++ b/WebKit.pri
@@ -65,10 +65,12 @@ linux-g++* {
     isEqual(QT_ARCH,x86_64)|isEqual(QT_ARCH,i386): QMAKE_CXXFLAGS += -Werror
 }
 
-# Enable GNU compiler extensions to the ARM compiler for all Qt ports using RVCT
 symbian|*-armcc {
+    # Enable GNU compiler extensions to the ARM compiler for all Qt ports using RVCT
     RVCT_COMMON_CFLAGS = --gnu --diag_suppress 68,111,177,368,830,1293
     RVCT_COMMON_CXXFLAGS = $$RVCT_COMMON_CFLAGS --no_parse_templates
+    # Make debug symbols leaner in RVCT4.x. Ignored by compiler for release builds
+    QMAKE_CXXFLAGS.ARMCC_4_0 += --remove_unneeded_entities 
 }
 
 *-armcc {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list