Skip to content

Commit

Permalink
Switch to C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
larsxschneider committed Aug 10, 2013
1 parent 158a80c commit 2765433
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions MacApp/MacApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,9 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
GCC_C_LANGUAGE_STANDARD = gnu99;
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
GCC_C_LANGUAGE_STANDARD = c11;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
Expand All @@ -926,7 +928,9 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
GCC_C_LANGUAGE_STANDARD = gnu99;
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
GCC_C_LANGUAGE_STANDARD = c11;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
SDKROOT = macosx;
Expand Down

0 comments on commit 2765433

Please sign in to comment.