config

changeset 13
a120beb5a2f4
parent 0
24d141cb2d1e
child 14
b4e6b167e020
equal deleted inserted replaced
12:3658b5ff2bf4 13:a120beb5a2f4
29 -Wnested-externs \ 29 -Wnested-externs \
30 -Wpointer-arith \ 30 -Wpointer-arith \
31 -Wshadow \ 31 -Wshadow \
32 -Wwrite-strings 32 -Wwrite-strings
33 33
34 CFLAGS = $(CWARNS) -ansi -O2 -I$(LUA_INC) \ 34 CFLAGS = $(CWARNS) -ansi -O2 -fPIC -I$(LUA_INC) \
35 -I$(COMPAT_DIR) -I$(EXPAT_INC) 35 -I$(EXPAT_INC)
36 CC = gcc 36 CC = gcc

mercurial