compile with -freorder-blocks-and-partition

This commit is contained in:
Michael Stapelberg 2010-04-13 20:16:40 +02:00
parent 8959c5005f
commit ab03b3bd41
1 changed files with 1 additions and 0 deletions

View File

@ -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