diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
| 15 | DLLIB= -ldl | 15 | DLLIB= -ldl |
| 16 | WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings | 16 | WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings |
| 17 | INCS= -I/usr/local/include/lua5 | 17 | INCS= -I/usr/local/include/lua5 -I../compat |
| 18 | LIBS= -L$(LIB_DIR) -llua -llualib -lm $(DLLIB) | 18 | LIBS= -L$(LIB_DIR) -llua -llualib -lm $(DLLIB) |
| 19 | CFLAGS= $(WARN) $(INCS) | 19 | CFLAGS= $(WARN) $(INCS) |
| 20 | CC= gcc | 20 | CC= gcc |
