diff options
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ X11LIB = /usr/X11R6/lib PKG_CONFIG = pkg-config +CFLAGS := $(FLAGS) -O2 -march=native -mtune=native +LDFLAGS := $(LDFLAGS) -O2 -march=native -mtune=native + # includes and libs INCS = -I$(X11INC) \ `$(PKG_CONFIG) --cflags imlib2` \ |