Skip to content

Commit

Permalink
minor config changes (force c++98)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFrancoise committed Jul 21, 2015
1 parent 5cea827 commit baffbc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/xcode/external.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<key>CFBundlePackageType</key>
<string>iLaX</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<string>2.2.6+29154</string>
<key>CFBundleVersion</key>
<string>0.1</string>
<string>2.2.6+29154</string>
</dict>
</plist>
4 changes: 4 additions & 0 deletions build/xcode/leapmotion.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 0BA5356B1833A34300A5164D /* leapmotion.xcconfig */;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++98";
CLANG_CXX_LIBRARY = "libstdc++";
GCC_OPTIMIZATION_LEVEL = 0;
MACH_O_TYPE = mh_bundle;
};
Expand All @@ -187,6 +189,8 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 0BA5356B1833A34300A5164D /* leapmotion.xcconfig */;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++98";
CLANG_CXX_LIBRARY = "libstdc++";
GCC_OPTIMIZATION_LEVEL = s;
MACH_O_TYPE = mh_bundle;
};
Expand Down

0 comments on commit baffbc7

Please sign in to comment.