From f28f451de1885251240193f6e2274cde9e86c48b Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 25 Feb 2010 14:51:39 +0000 Subject: Makefile: Reduce optimisation to -O2 from -O3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 40a13d3..be58b48 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ INSTALL_PROGRAM = $(INSTALL) INSTALL_DATA = $(INSTALL) -m 644 # Flags -CFLAGS = -O3 -c -Wall -fpic +CFLAGS = -O2 -c -Wall -fpic LDFLAGS = -shared # Directories -- cgit v1.2.3