Changeset 86779 in webkit


Ignore:
Timestamp:
May 18, 2011 11:28:38 AM (13 years ago)
Author:
oliver@apple.com
Message:

2011-05-18 Oliver Hunt <oliver@apple.com>

Reviewed by Adam Roben.

Disable gc validation in release builds
https://bugs.webkit.org/show_bug.cgi?id=60680

Add back the NDEBUG check

  • wtf/Platform.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r86730 r86779  
     12011-05-18  Oliver Hunt  <oliver@apple.com>
     2
     3        Reviewed by Adam Roben.
     4
     5        Disable gc validation in release builds
     6        https://bugs.webkit.org/show_bug.cgi?id=60680
     7
     8        Add back the NDEBUG check
     9
     10        * wtf/Platform.h:
     11
    1122011-05-17  Geoffrey Garen  <ggaren@apple.com>
    213
  • trunk/Source/JavaScriptCore/wtf/Platform.h

    r86560 r86779  
    12151215#endif
    12161216
    1217 /* Make this debug only again -- https://bugs.webkit.org/show_bug.cgi?id=60680 */
     1217#ifndef NDEBUG
     1218#ifndef ENABLE_GC_VALIDATION
    12181219#define ENABLE_GC_VALIDATION 1
     1220#endif
     1221#endif
    12191222
    12201223#endif /* WTF_Platform_h */
Note: See TracChangeset for help on using the changeset viewer.