Skip to content

Commit

Permalink
Drop float-related optimization changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaeuser committed Mar 8, 2024
1 parent 87422f4 commit 20476e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Battery Toolkit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,6 @@
GCC_ENABLE_CPP_EXCEPTIONS = NO;
GCC_ENABLE_CPP_RTTI = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
GCC_FAST_MATH = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand Down Expand Up @@ -966,7 +965,6 @@
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.4;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_CODE_SIGN_FLAGS = "-o hard,kill,restrict,enforce,library-validation,library,runtime";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1064,7 +1062,6 @@
GCC_ENABLE_CPP_EXCEPTIONS = NO;
GCC_ENABLE_CPP_RTTI = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
GCC_FAST_MATH = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"\"BT_APP_ID_=\\\"$(BT_APP_ID)\\\"\"",
Expand Down Expand Up @@ -1103,7 +1100,6 @@
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.4;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
OTHER_CODE_SIGN_FLAGS = "-o hard,kill,restrict,enforce,library-validation,library,runtime";
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
Expand Down

0 comments on commit 20476e6

Please sign in to comment.