From ab4126d1ec05d7c078ac7635aae339bd96ce7863 Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 4 Mar 2002 07:10:08 +0000 Subject: reverted exception fds to NULL, because of unexpected behaviour --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d2a552d..e7acd02 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ VNCSERVERLIB=-L. -lvncserver -L/usr/local/lib -lz -ljpeg # The code for 3 Bytes/Pixel is not very efficient! FLAG24 = -DALLOW24BPP -#OPTFLAGS=-g # -Wall -OPTFLAGS=-O2 -Wall +OPTFLAGS=-g -Wall +#OPTFLAGS=-O2 -Wall CFLAGS=$(OPTFLAGS) $(PTHREADDEF) $(FLAG24) $(INCLUDES) -DBACKCHANNEL RANLIB=ranlib -- cgit v1.2.3