Changeset 76313 in webkit


Ignore:
Timestamp:
Jan 20, 2011 5:22:50 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-01-20 Siddharth Mathur <siddharth.mathur@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
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r76250 r76313  
     12011-01-20  Siddharth Mathur  <siddharth.mathur@nokia.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [Qt][Symbian] Smaller debug symbol size when using RVCT 4.x
     6        https://bugs.webkit.org/show_bug.cgi?id=52835
     7
     8        * WebKit.pri: Use --remove_unneeded_entities for RVCT 4.x compilers
     9
    1102011-01-20  Alejandro G. Castro  <alex@igalia.com>
    211
  • trunk/WebKit.pri

    r75908 r76313  
    6666}
    6767
    68 # Enable GNU compiler extensions to the ARM compiler for all Qt ports using RVCT
    6968symbian|*-armcc {
     69    # Enable GNU compiler extensions to the ARM compiler for all Qt ports using RVCT
    7070    RVCT_COMMON_CFLAGS = --gnu --diag_suppress 68,111,177,368,830,1293
    7171    RVCT_COMMON_CXXFLAGS = $$RVCT_COMMON_CFLAGS --no_parse_templates
     72    # Make debug symbols leaner in RVCT4.x. Ignored by compiler for release builds
     73    QMAKE_CXXFLAGS.ARMCC_4_0 += --remove_unneeded_entities
    7274}
    7375
Note: See TracChangeset for help on using the changeset viewer.