From ff50dff70d03a994077d7d1ab960f32dec372ab2 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Thu, 2 Dec 2010 14:34:10 +0100 Subject: Use more aggressive optimization --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a2231e4..53d8bcc 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ OBJ = net.o hiredis.o sds.o async.o BINS = hiredis-example hiredis-test uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') -OPTIMIZATION?=-O2 +OPTIMIZATION?=-O3 ifeq ($(uname_S),SunOS) CFLAGS?= -std=c99 -pedantic $(OPTIMIZATION) -fPIC -Wall -W -D__EXTENSIONS__ -D_XPG6 CCLINK?= -ldl -lnsl -lsocket -lm -lpthread -- cgit v1.2.3