1Entitlements & code signature are only needed
2for ASAN and other debugging tools.
3See official README for more details.
4
5diff --git a/Makefile b/Makefile
6index c9c56ec..36b81e0 100644
7--- a/Makefile
8+++ b/Makefile
9@@ -63,9 +63,6 @@ dedup.x86_64: CFLAGS += -target x86_64-apple-macos11
10
11 dedup dedup.arm dedup.x86_64: $(OBJECTS)
12 $(CC) $(CFLAGS) -o $@ $^
13- mv $@ $@.unsigned
14- codesign -s - -v -f $(ENTITLEMENT_FLAGS) $@.unsigned
15- mv $@.unsigned $@
16
17 dedup.universal:
18 rm -f *.o