Skip to content

Commit

Permalink
feat: revert LTO setting to fat LTO (better optimisations)
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Oct 27, 2024
1 parent 8e0c82e commit 77c2c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NootRX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
KERNEL_EXTENSION_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/MacKernelSDK/Headers";
KERNEL_FRAMEWORK_HEADERS = "$(PROJECT_DIR)/MacKernelSDK/Headers";
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/MacKernelSDK/Library/x86_64";
LLVM_LTO = YES_THIN;
LLVM_LTO = YES;
MACOSX_DEPLOYMENT_TARGET = 10.15;
OTHER_CFLAGS = (
"-Wextra",
Expand Down

0 comments on commit 77c2c35

Please sign in to comment.