X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ba8b5c173b20a92036384e114f9b5827de7596dc..1f3d5401a6627d0cd3dcecc54cd058e9bd8a5e9d:/liblua/Makefile

diff --git a/liblua/Makefile b/liblua/Makefile
index fea895bc..12be8e83 100644
--- a/liblua/Makefile
+++ b/liblua/Makefile
@@ -7,7 +7,7 @@
 PLAT= none
 
 CC= gcc
-CFLAGS= -O2 -Wall -DLUA_COMPAT_ALL $(SYSCFLAGS) $(MYCFLAGS)
+CFLAGS= -O3 -Wall -DLUA_COMPAT_ALL $(SYSCFLAGS) $(MYCFLAGS)
 LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
 LIBS= -lm $(SYSLIBS) $(MYLIBS)