Changeset 13015 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Feb 27, 2006, 1:36:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r12921 r13015 1321 1321 PRODUCT_NAME = JavaScriptCore; 1322 1322 STYLE_LDFLAGS = ""; 1323 WARNING_CFLAGS = ( 1324 "-Wall", 1325 "-W", 1326 "-Wcast-align", 1327 "-Wchar-subscripts", 1328 "-Wformat-security", 1329 "-Wmissing-format-attribute", 1330 "-Wpointer-arith", 1331 "-Wwrite-strings", 1332 "-Wno-format-y2k", 1333 "-Wno-long-double", 1334 ); 1323 1335 }; 1324 1336 name = Debug; … … 1345 1357 PRODUCT_NAME = JavaScriptCore; 1346 1358 STYLE_LDFLAGS = ""; 1359 WARNING_CFLAGS = ( 1360 "-Wall", 1361 "-W", 1362 "-Wcast-align", 1363 "-Wchar-subscripts", 1364 "-Wformat-security", 1365 "-Wmissing-format-attribute", 1366 "-Wpointer-arith", 1367 "-Wwrite-strings", 1368 "-Wno-format-y2k", 1369 "-Wno-long-double", 1370 ); 1347 1371 }; 1348 1372 name = Release; … … 1375 1399 ); 1376 1400 STYLE_LDFLAGS = "-umbrella WebKit -allowable_client JavaScriptGlue"; 1401 WARNING_CFLAGS = ( 1402 "-Wall", 1403 "-W", 1404 "-Wcast-align", 1405 "-Wchar-subscripts", 1406 "-Wformat-security", 1407 "-Wmissing-format-attribute", 1408 "-Wpointer-arith", 1409 "-Wwrite-strings", 1410 "-Wno-format-y2k", 1411 "-Wno-long-double", 1412 ); 1377 1413 }; 1378 1414 name = Production;
Note:
See TracChangeset
for help on using the changeset viewer.