perf: inline wrenObjectToValue and switch Xcode project to C99 for speed bump

This commit is contained in:
Bob Nystrom
2013-12-14 19:34:49 +00:00
parent fc3ebb924c
commit 78f6e3b96d
3 changed files with 15 additions and 14 deletions
+2 -2
View File
@@ -240,7 +240,7 @@
29AB1F101816E3AD004B501E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_C_LANGUAGE_STANDARD = c89;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_PEDANTIC = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
};
@@ -249,7 +249,7 @@
29AB1F111816E3AD004B501E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_C_LANGUAGE_STANDARD = c89;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_PEDANTIC = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
};