15 lines
499 B
Text
15 lines
499 B
Text
|
Index: config
|
||
|
--- config.orig
|
||
|
+++ config
|
||
|
@@ -20,7 +20,7 @@ LIB_OPTION= -shared #for Linux
|
||
|
MACOSX_DEPLOYMENT_TARGET= 10.5
|
||
|
|
||
|
# Compilation directives
|
||
|
-WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -pedantic
|
||
|
+#WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -pedantic
|
||
|
INCS= $(LUA_INC)
|
||
|
-CFLAGS= $(WARN) $(INCS)
|
||
|
-CC= gcc
|
||
|
+#CFLAGS+= -fPIC $(INCS)
|
||
|
+#CC= gcc
|