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 52e2c87 commit 772b28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SMCRadeonSensors.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
LLVM_LTO = YES_THIN;
LLVM_LTO = YES;
OTHER_CFLAGS = (
"-Wextra",
"-Wall",
Expand Down

0 comments on commit 772b28f

Please sign in to comment.