]> git.sur5r.net Git - i3/i3/commitdiff
compile with -freorder-blocks-and-partition
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 13 Apr 2010 18:16:40 +0000 (20:16 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 13 Apr 2010 18:16:40 +0000 (20:16 +0200)
common.mk

index f55264a104797063c341662f5e6a34f804592a19..dcba69760bb90f77af15ac85dce34f7e11c1d5dc 100644 (file)
--- 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