Skip to content

Commit

Permalink
Xcode project: Remove references to unused flag
Browse files Browse the repository at this point in the history
ENABLE_OPENMP_SUPPORT: Not available in clang, gcc support unstable in
versions available in Xcode. Defaults to no.
  • Loading branch information
mattsc committed Apr 7, 2014
1 parent 51013de commit 715a89e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Expand Up @@ -4821,7 +4821,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = NO;
ENABLE_OPENMP_SUPPORT = YES;
ENABLE_OPENMP_SUPPORT = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/lib\"",
Expand Down Expand Up @@ -4870,7 +4870,7 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
COPY_PHASE_STRIP = NO;
ENABLE_OPENMP_SUPPORT = NO;
ENABLE_OPENMP_SUPPORT = "";
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_MODEL_TUNING = G5;
Expand Down Expand Up @@ -4923,7 +4923,7 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
COPY_PHASE_STRIP = NO;
ENABLE_OPENMP_SUPPORT = NO;
ENABLE_OPENMP_SUPPORT = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)\"",
Expand Down Expand Up @@ -4997,7 +4997,7 @@
C01FCF4F08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ENABLE_OPENMP_SUPPORT = NO;
ENABLE_OPENMP_SUPPORT = "";
FRAMEWORK_SEARCH_PATHS = ./lib;
GCC_DYNAMIC_NO_PIC = YES;
GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
Expand Down

0 comments on commit 715a89e

Please sign in to comment.