Skip to content

Commit

Permalink
change optimisation level
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Nov 29, 2023
1 parent 63ce38c commit 5ac0d14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DXFeedFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2565,6 +2565,7 @@
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
GCC_OPTIMIZATION_LEVEL = fast;
LD_RUNPATH_SEARCH_PATHS = "@executable_path";
MACOSX_DEPLOYMENT_TARGET = 13.3;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -3232,6 +3233,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_OPTIMIZATION_LEVEL = fast;
GENERATE_INFOPLIST_FILE = YES;
HEADER_SEARCH_PATHS = "";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
Expand Down

0 comments on commit 5ac0d14

Please sign in to comment.