From d6cfe3ef1bc7d3c489abe394830211906e650d2c Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 15 Feb 2010 14:30:27 +0000 Subject: Makefile: Remove debug flags from compilation/linking --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ef27274..40a13d3 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ INSTALL_PROGRAM = $(INSTALL) INSTALL_DATA = $(INSTALL) -m 644 # Flags -CFLAGS = -g -O0 -c -Wall -fpic -LDFLAGS = -g -shared +CFLAGS = -O3 -c -Wall -fpic +LDFLAGS = -shared # Directories LUA_INC_DIR=/usr/include/lua5.1 -- cgit v1.2.3