From ab03b3bd41f5cabd1e6af6412a404c61511c13a0 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 13 Apr 2010 20:16:40 +0200 Subject: [PATCH] compile with -freorder-blocks-and-partition --- common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/common.mk b/common.mk index f55264a1..dcba6976 100644 --- a/common.mk +++ b/common.mk @@ -19,6 +19,7 @@ CFLAGS += -Wunused-value CFLAGS += -Iinclude CFLAGS += -I/usr/local/include CFLAGS += -DI3_VERSION=\"${GIT_VERSION}\" +CFLAGS += -freorder-blocks-and-partition LDFLAGS += -lm LDFLAGS += -lxcb-event