Skip to content

Commit

Permalink
Remove objc-arc
Browse files Browse the repository at this point in the history
* arc does not function on non-objc source
  • Loading branch information
Teutates committed Mar 1, 2023
1 parent 68e8fe1 commit a636600
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ CFLAGS += -O0 -g -fsanitize=address,undefined -fno-omit-frame-pointer
LDFLAGS += -O0 -g -fsanitize=address,undefined -fno-omit-frame-pointer
endif

CFLAGS += -fobjc-arc
LDFLAGS += -fobjc-arc

all: launchctl

launchctl: $(SRC:.c=.o) Info.plist launchctl.xml
Expand Down

0 comments on commit a636600

Please sign in to comment.