From: Michael Stapelberg Date: Tue, 13 Apr 2010 18:16:40 +0000 (+0200) Subject: compile with -freorder-blocks-and-partition X-Git-Tag: tree-pr1~264 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ab03b3bd41f5cabd1e6af6412a404c61511c13a0;p=i3%2Fi3 compile with -freorder-blocks-and-partition --- 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