Build with -O2.

This commit is contained in:
Sebastian Frysztak 2016-10-22 15:31:53 +02:00
parent fb5dbbe661
commit a48ddb61db
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ endif
CFLAGS += -std=c99
CFLAGS += -pipe
CFLAGS += -Wall
CFLAGS += -O2
CPPFLAGS += -D_GNU_SOURCE
CPPFLAGS += -DXKBCOMPOSE=$(shell if test -e /usr/include/xkbcommon/xkbcommon-compose.h ; then echo 1 ; else echo 0 ; fi )
CFLAGS += $(shell $(PKG_CONFIG) --cflags cairo xcb-dpms xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11)