Makefile: Remove debug flags from compilation/linking

Mon, 15 Feb 2010 14:30:27 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 15 Feb 2010 14:30:27 +0000
changeset 86
72cd8cb9b184
parent 85
e19416d59f3c
child 87
6ff44e01aa5b
child 93
f0f5046ba1b0

Makefile: Remove debug flags from compilation/linking

Makefile file | annotate | diff | comparison | revisions
--- a/Makefile	Mon Feb 15 14:27:11 2010 +0000
+++ b/Makefile	Mon Feb 15 14:30:27 2010 +0000
@@ -4,8 +4,8 @@
 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

mercurial