ObjFW  Check-in [adaacf60ef]

Overview
Comment:Add a few more flags to Xcode project
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: adaacf60ef1902c3c7b2b6997c4268305891ba9b6bf7519a5731494e03258378
User & Date: js on 2014-05-14 13:12:00
Other Links: manifest | tags
Context
2014-05-14
18:26
Try -std=c1x when -std=c11 is unavailable check-in: 7326a487c0 user: js tags: trunk
13:12
Add a few more flags to Xcode project check-in: adaacf60ef user: js tags: trunk
2014-05-07
03:19
Add atomic ops assembly implementation for PowerPC check-in: 93e23b476c user: js tags: trunk
Changes

Modified ObjFW.xcodeproj/project.pbxproj from [1adc010592] to [cb6f7b66a3].

2126
2127
2128
2129
2130
2131
2132


2133

2134
2135

2136
2137
2138
2139
2140
2141
2142
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137

2138
2139
2140
2141
2142
2143
2144
2145







+
+

+

-
+







					"-fblocks",
					"-pipe",
				);
				WARNING_CFLAGS = (
					"-Wall",
					"-Werror",
					"-Wshorten-64-to-32",
					"-Wsemicolon-before-method-body",
					"-Wobjc-property-synthesis",
					"-Wwrite-strings",
					"-Wpointer-arith",
					"-Wcast-align",
					"-Wpointer-arith",
					"-Wdocumentation",
				);
			};
			name = Debug;
		};
		1DEB919508733D9F0010E9CD /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
2150
2151
2152
2153
2154
2155
2156


2157

2158
2159

2160
2161
2162
2163
2164
2165
2166
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164

2165
2166
2167
2168
2169
2170
2171
2172







+
+

+

-
+







					"-fblocks",
					"-pipe",
				);
				WARNING_CFLAGS = (
					"-Wall",
					"-Werror",
					"-Wshorten-64-to-32",
					"-Wsemicolon-before-method-body",
					"-Wobjc-property-synthesis",
					"-Wwrite-strings",
					"-Wpointer-arith",
					"-Wcast-align",
					"-Wpointer-arith",
					"-Wdocumentation",
				);
			};
			name = Release;
		};
		4B187E20163EA29F0049A832 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {