From 14dff8e330dce236f12b15d10120317065adc543 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 19 Feb 2016 22:35:15 +0100 Subject: [PATCH] CHG: -O3 flag in the makefile. --- liblua/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2