Changeset 177690 in webkit
- Timestamp:
- Dec 23, 2014, 12:01:42 PM (10 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r177659 r177690 1 2014-12-23 Alexey Proskuryakov <ap@apple.com> 2 3 TestWebKitAPI build is broken when ASan is enabled 4 https://bugs.webkit.org/show_bug.cgi?id=139902 5 6 Reviewed by Darin Adler. 7 8 * TestWebKitAPI/Configurations/InjectedBundle.xcconfig: 9 * TestWebKitAPI/Configurations/TestWebKitAPILibrary.xcconfig: 10 Inherit linker flags from DebugRelease, which respects ASAN. 11 1 12 2014-12-22 Simon Fraser <simon.fraser@apple.com> 2 13 -
trunk/Tools/TestWebKitAPI/Configurations/InjectedBundle.xcconfig
r177506 r177690 29 29 FRAMEWORK_AND_LIBRARY_LDFLAGS_macosx = -framework JavaScriptCore -framework WebKit -framework CoreGraphics -framework Cocoa; 30 30 31 OTHER_LDFLAGS = $( FRAMEWORK_AND_LIBRARY_LDFLAGS);31 OTHER_LDFLAGS = $(inherited) $(FRAMEWORK_AND_LIBRARY_LDFLAGS); -
trunk/Tools/TestWebKitAPI/Configurations/TestWebKitAPILibrary.xcconfig
r177434 r177690 26 26 PRODUCT_NAME = TestWebKitAPI; 27 27 SKIP_INSTALL = YES; 28 29 OTHER_LDFLAGS = ;
Note:
See TracChangeset
for help on using the changeset viewer.