aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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