From a7866db6cc5f68cd577bc9684d10bb048d63788f Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 26 Oct 2009 18:26:04 +0100 Subject: double serialization routines implemented --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 43d273237..330df7502 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,10 @@ uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') ifeq ($(uname_S),SunOS) CFLAGS?= -std=c99 -pedantic -O2 -Wall -W -D__EXTENSIONS__ -D_XPG6 - CCLINK?= -ldl -lnsl -lsocket + CCLINK?= -ldl -lnsl -lsocket -lm else CFLAGS?= -std=c99 -pedantic -O2 -Wall -W + CCLINK?= -lm endif CCOPT= $(CFLAGS) $(CCLINK) $(ARCH) DEBUG?= -g -rdynamic -ggdb -- cgit v1.2.1