From 751086af2afdabc2d45c40e34508dd457d69397f Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Fri, 1 Sep 2017 09:02:01 +0200 Subject: #4 clang < 8.1 generates incorrect code with -O3 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index aa697b3..740d7b0 100644 --- a/makefile +++ b/makefile @@ -8,7 +8,7 @@ BINS = $(BUILD_PATH)/skhd all: clean $(BINS) -install: BUILD_FLAGS=-std=c99 -O3 +install: BUILD_FLAGS=-std=c99 -O2 install: clean $(BINS) clean: -- cgit v1.2.3