Skip to content

Commit 67e2b8e

Browse files
committed
fix(cards): 47-5 — explain --optimize --strip --sign distribution flags
1 parent d6e7ba5 commit 67e2b8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cards/facts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,8 +1021,8 @@ facts:
10211021
week: 47
10221022
day: 5
10231023
category: "DevOps"
1024-
headline: "security find-identity -v -p codesigning"
1025-
explanation: "Lists all valid signing identities in your Keychain with their SHA-1 hashes. If two certs share a name (e.g. after renewal), pass the hash instead of the name string to --sign. Delete expired duplicates from Keychain Access to keep it unambiguous."
1024+
headline: "aro build . --optimize --strip --sign \"<identity>\""
1025+
explanation: "--optimize enables LLVM optimizations for speed. --size optimizes for binary size. --strip removes debug symbols. --sign applies a code signing identity. --release combines all three. Combine for a production-ready, signed, minimal binary."
10261026

10271027

10281028

0 commit comments

Comments
 (0)