Remove -O2, check rfbInitClient return value, provide return value in client init

This commit is contained in:
Michael Jumper
2010-09-20 18:13:32 -07:00
parent 72277b50aa
commit 79fabff39d
7 changed files with 26 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
CFLAGS+=-O2 -fPIC -pedantic -Wall -Werror -I../libguac/include
CFLAGS+= -fPIC -pedantic -Wall -Werror -I../libguac/include
LDFLAGS=-L../libguac -lpng -lguac -lvncclient
.PHONY: clean