From 5f4761acaae0443f293b3f95c4bd3bda171ec3fb Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Sat, 2 May 2020 23:39:19 +0200 Subject: .. --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 62db6f4..1c62af4 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ -FRAMEWORKS = -framework Carbon -framework CoreServices +FRAMEWORKS = -framework Cocoa -framework Carbon -framework CoreServices BUILD_PATH = ./bin -BUILD_FLAGS = -std=c99 -Wall -g -O0 +BUILD_FLAGS = -std=c99 -Wall -g -O0 -DOBJC_OLD_DISPATCH_PROTOTYPES=1 SKHD_SRC = ./src/skhd.c BINS = $(BUILD_PATH)/skhd @@ -8,7 +8,7 @@ BINS = $(BUILD_PATH)/skhd all: clean $(BINS) -install: BUILD_FLAGS=-std=c99 -O3 +install: BUILD_FLAGS=-std=c99 -O2 -DOBJC_OLD_DISPATCH_PROTOTYPES=1 install: clean $(BINS) clean: -- cgit v1.2.3