aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 38eb0ed..70b0043 100644
--- a/config
+++ b/config
@@ -14,7 +14,7 @@ LIB_OPTION= -dynamiclib #for MacOS X
14# On FreeBSD systems, the following line should be commented 14# On FreeBSD systems, the following line should be commented
15DLLIB= -ldl 15DLLIB= -ldl
16WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings 16WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings
17INCS= -I/usr/local/include/lua5 17INCS= -I/usr/local/include/lua5 -I../compat
18LIBS= -L$(LIB_DIR) -llua -llualib -lm $(DLLIB) 18LIBS= -L$(LIB_DIR) -llua -llualib -lm $(DLLIB)
19CFLAGS= $(WARN) $(INCS) 19CFLAGS= $(WARN) $(INCS)
20CC= gcc 20CC= gcc