From 5b1f538f10faa2b2a1b209e5ab06c44c030f4489 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 7 Sep 2010 23:33:03 -0700 Subject: [PATCH] Remove -g --- guacamole/proxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/proxy/Makefile b/guacamole/proxy/Makefile index 9145ad73f..aea65d8b4 100644 --- a/guacamole/proxy/Makefile +++ b/guacamole/proxy/Makefile @@ -1,5 +1,5 @@ -CFLAGS=-g -ansi -pedantic -Wall -Werror +CFLAGS=-O2 -ansi -pedantic -Wall -Werror LDFLAGS=-lpng -lvncclient .PHONY: clean