Changeset 259616 in webkit


Ignore:
Timestamp:
Apr 6, 2020 5:26:34 PM (4 years ago)
Author:
Jonathan Bedard
Message:

ImageDiff: Don't build with ASan in automation
https://bugs.webkit.org/show_bug.cgi?id=210057
<rdar://problem/61234753>

Reviewed by David Kilzer.

  • ImageDiff/cg/Configurations/ImageDiff.xcconfig: Disable ASan.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r259607 r259616  
     12020-04-06  Jonathan Bedard  <jbedard@apple.com>
     2
     3        ImageDiff: Don't build with ASan in automation
     4        https://bugs.webkit.org/show_bug.cgi?id=210057
     5        <rdar://problem/61234753>
     6
     7        Reviewed by David Kilzer.
     8
     9        * ImageDiff/cg/Configurations/ImageDiff.xcconfig: Disable ASan.
     10
    1112020-04-06  Kenneth Russell  <kbr@chromium.org>
    212
  • trunk/Tools/ImageDiff/cg/Configurations/ImageDiff.xcconfig

    r246282 r259616  
    1 // Copyright (C) 2009 Apple Inc. All rights reserved.
     1// Copyright (C) 2009-2020 Apple Inc. All rights reserved.
    22//
    33// Redistribution and use in source and binary forms, with or without
     
    3030OTHER_LDFLAGS[sdk=iphone*] = $(inherited) -framework CoreFoundation -framework CoreGraphics -framework MobileCoreServices -framework ImageIO;
    3131STRIP_STYLE = debugging;
     32
     33WK_ASAN_DISALLOWED = YES;
Note: See TracChangeset for help on using the changeset viewer.