Skip to content

Commit

Permalink
Merge pull request #40 from Crufty/remove_build_flags
Browse files Browse the repository at this point in the history
Removed defaulted GCC_WARN_UNUSED_VARIABLE flag
  • Loading branch information
nkpart committed Feb 6, 2013
2 parents 68913d4 + b96d44a commit d68295f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Kit/Xcode/ProjectFileTemplate.hs
Expand Up @@ -95,15 +95,11 @@ buildConfigurations libDirs = let libSearch = librarySearchPaths libDirs in [
"buildConfigurations" ~> arr [buildConfiguration "Debug" (Just kitConfigRefUUID) [
"GCC_C_LANGUAGE_STANDARD" ~> val "c99",
"GCC_OPTIMIZATION_LEVEL" ~> val "0",
"GCC_WARN_ABOUT_RETURN_TYPE" ~> val "YES",
"GCC_WARN_UNUSED_VARIABLE" ~> val "YES",
"OTHER_LDFLAGS" ~> val "-ObjC",
"SDKROOT" ~> val "iphoneos",
libSearch ]
, buildConfiguration "Release" (Just kitConfigRefUUID) [
"GCC_C_LANGUAGE_STANDARD" ~> val "c99",
"GCC_WARN_ABOUT_RETURN_TYPE" ~> val "YES",
"GCC_WARN_UNUSED_VARIABLE" ~> val "YES",
"OTHER_LDFLAGS" ~> val "-ObjC",
"SDKROOT" ~> val "iphoneos",
libSearch
Expand Down

0 comments on commit d68295f

Please sign in to comment.