Changeset 10066 in webkit for trunk/JavaScriptCore
- Timestamp:
- Aug 5, 2005, 7:30:31 PM (20 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r10061 r10066 1 2005-08-05 Adele Peterson <[email protected]> 2 3 Reviewed by Darin. 4 5 * JavaScriptCore.xcodeproj/project.pbxproj: Unchecked 'statics are thread safe' option. 6 1 7 2005-08-05 Geoffrey Garen <[email protected]> 2 8 -
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r9929 r10066 2259 2259 isa = XCBuildConfiguration; 2260 2260 buildSettings = { 2261 GCC_THREADSAFE_STATICS = NO; 2261 2262 }; 2262 2263 name = Development; … … 2265 2266 isa = XCBuildConfiguration; 2266 2267 buildSettings = { 2268 GCC_THREADSAFE_STATICS = NO; 2267 2269 }; 2268 2270 name = Deployment; … … 2271 2273 isa = XCBuildConfiguration; 2272 2274 buildSettings = { 2275 GCC_THREADSAFE_STATICS = NO; 2273 2276 }; 2274 2277 name = OptimizedWithSymbols; … … 2277 2280 isa = XCBuildConfiguration; 2278 2281 buildSettings = { 2282 GCC_THREADSAFE_STATICS = NO; 2279 2283 }; 2280 2284 name = Default;
Note:
See TracChangeset
for help on using the changeset viewer.