aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index e2d1593a..6ecb282e 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
1# 1#
2## $Id: makefile,v 1.21 1999/10/04 17:51:04 roberto Exp roberto $ 2## $Id: makefile,v 1.22 2000/02/22 13:31:43 roberto Exp roberto $
3## Makefile 3## Makefile
4## See Copyright Notice in lua.h 4## See Copyright Notice in lua.h
5# 5#
@@ -24,8 +24,8 @@
24# define COMPAT_READPATTERN if you need read patterns 24# define COMPAT_READPATTERN if you need read patterns
25# (only for compatibility with previous versions) 25# (only for compatibility with previous versions)
26 26
27CONFIG = -DPOPEN -D_POSIX_SOURCE 27CONFIG = -DPOPEN -D_POSIX_SOURCE -DDEBUG -DLUA_COMPAT_ORDER_TM
28#CONFIG = -DOLD_ANSI -DDEBUG -DLUA_COMPAT_GC -DCOMPAT_READPATTERN 28#CONFIG = -DOLD_ANSI -DDEBUG -DLUA_COMPAT_GC -DCOMPAT_READPATTERN -DLUA_COMPAT_ORDER_TM
29 29
30 30
31# Compilation parameters 31# Compilation parameters