Skip to content

Commit

Permalink
fix build release withou file dSYM
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorys89 committed Jun 26, 2023
1 parent fdfccae commit 1c440ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SMCProcessorAMD.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand Down

0 comments on commit 1c440ac

Please sign in to comment.