Skip to content

Commit

Permalink
Merge pull request #134 from scw/rebuild-macos-binary
Browse files Browse the repository at this point in the history
Change build target:
  • Loading branch information
tmaurer3 committed Jul 6, 2020
2 parents ab55138 + 4e168ec commit cfcbd6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Binary file modified bin/MacOS/Lerc.dylib
Binary file not shown.
9 changes: 6 additions & 3 deletions build/MacOS/Lerc64/Lerc64.xcodeproj/project.pbxproj
Expand Up @@ -184,6 +184,7 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = E6C02C6923CA26E80087173B;
productRefGroup = E6C02C7323CA26E80087173B /* Products */;
Expand Down Expand Up @@ -266,10 +267,10 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
ONLY_ACTIVE_ARCH = NO;
SDKROOT = macosx;
};
name = Debug;
Expand Down Expand Up @@ -313,15 +314,17 @@
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = s;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = NO;
SDKROOT = macosx;
};
name = Release;
Expand Down

0 comments on commit cfcbd6f

Please sign in to comment.