Changeset 39062 in webkit for trunk/JavaScriptCore
- Timestamp:
- Dec 5, 2008, 8:57:19 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r39061 r39062 1 2008-12-05 Gavin Barraclough <[email protected]> 2 3 Reviewed by Oliver Hunt. 4 5 Please don't die in a fire while trying to compile Interpreter.cpp on GCC 4.2. 6 Added "-fno-var-tracking" compiler flag. 7 8 https://bugs.webkit.org/show_bug.cgi?id=22704 9 10 * JavaScriptCore.xcodeproj/project.pbxproj: 11 1 12 2008-12-05 Gavin Barraclough <[email protected]> 2 13 -
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r38992 r39062 43 43 1421359B0A677F4F00A8195E /* JSBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1421359A0A677F4F00A8195E /* JSBase.cpp */; }; 44 44 1429D77C0ED20D7300B89619 /* Interpreter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1429D77B0ED20D7300B89619 /* Interpreter.h */; settings = {ATTRIBUTES = (Private, ); }; }; 45 1429D7D40ED2128200B89619 /* Interpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1429D7D30ED2128200B89619 /* Interpreter.cpp */; };45 1429D7D40ED2128200B89619 /* Interpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1429D7D30ED2128200B89619 /* Interpreter.cpp */; settings = {COMPILER_FLAGS = "-fno-var-tracking"; }; }; 46 46 1429D8780ED21ACD00B89619 /* ExceptionHelpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1429D8770ED21ACD00B89619 /* ExceptionHelpers.cpp */; }; 47 47 1429D8850ED21C3D00B89619 /* SamplingTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1429D8830ED21C3D00B89619 /* SamplingTool.cpp */; };
Note:
See TracChangeset
for help on using the changeset viewer.