aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2017-08-08 14:37:59 +0200
committerkoekeishiya <aasvi93@hotmail.com>2017-08-08 14:37:59 +0200
commite57b402dcddb9b6f985b5824cef0d96bc63bbe79 (patch)
tree79db753195a6171466a79a8e2b4ccc9c6beb54ca
parentc7e9a62faa49d3220483d7892684502c76437fce (diff)
downloadskhd-e57b402dcddb9b6f985b5824cef0d96bc63bbe79.tar.gz
skhd-e57b402dcddb9b6f985b5824cef0d96bc63bbe79.zip
compile with -O3
-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: