summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2015-01-12 12:00:00 +0000
committerrepogen <>2015-01-12 12:00:00 +0000
commit34c362812ab38172d3da36404ec9a85f929579c5 (patch)
treea54637781398b630824152ae05672536c0fa8341 /src/Makefile
parent6b0dd2d3885d020d3154e0da84de92e9ee8b2c82 (diff)
downloadlua-github-5.3.0.tar.gz
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4be6dc13..2e7a4120 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,7 +6,7 @@
# Your platform. See PLATS for possible values.
PLAT= none
-CC= gcc -std=c99
+CC= gcc -std=gnu99
CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS)
LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
LIBS= -lm $(SYSLIBS) $(MYLIBS)