aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index e20de74..808e949 100644
--- a/makefile
+++ b/makefile
@@ -8,7 +8,7 @@ BINS = $(BUILD_PATH)/skhd
all: clean $(BINS)
-install: BUILD_FLAGS=-std=c99 -O2
+install: BUILD_FLAGS=-std=c99 -O3
install: clean $(BINS)
clean: