Default optimisation

This commit is contained in:
Mark Hills 2013-05-21 21:22:39 +01:00
parent f68ec6eff2
commit edca668e4d
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ INSTALL ?= install
BINDIR ?= $(PREFIX)/bin BINDIR ?= $(PREFIX)/bin
MANDIR ?= $(PREFIX)/share/man MANDIR ?= $(PREFIX)/share/man
CFLAGS ?= -O3
CFLAGS += -Wall CFLAGS += -Wall
LDLIBS += -lm LDLIBS += -lm