Ignore:
Timestamp:
Dec 15, 2008, 10:27:13 PM (16 years ago)
Author:
[email protected]
Message:

<rdar://problem/6402262> JavaScriptCore needs exception handling tables in order to get stack traces without frame pointers

Reviewed by Gavin Barraclough.

  • Configurations/JavaScriptCore.xcconfig:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/Configurations/JavaScriptCore.xcconfig

    r38567 r39327  
    1717
    1818OTHER_CFLAGS = $(OTHER_CFLAGS_$(CONFIGURATION)_$(CURRENT_VARIANT));
    19 OTHER_CFLAGS_Release_normal = -fomit-frame-pointer;
    20 OTHER_CFLAGS_Production_normal = -fomit-frame-pointer;
     19OTHER_CFLAGS_Release_normal = -fomit-frame-pointer -funwind-tables;
     20OTHER_CFLAGS_Production_normal = -fomit-frame-pointer -funwind-tables;
Note: See TracChangeset for help on using the changeset viewer.