From edca668e4d39496831c95df8c00a3bb1a49a58ed Mon Sep 17 00:00:00 2001 From: Mark Hills Date: Tue, 21 May 2013 21:22:39 +0100 Subject: [PATCH] Default optimisation --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c40b8a6..5a0853e 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,8 @@ INSTALL ?= install BINDIR ?= $(PREFIX)/bin MANDIR ?= $(PREFIX)/share/man +CFLAGS ?= -O3 + CFLAGS += -Wall LDLIBS += -lm