Makefile

changeset 27
04cfdac393cc
parent 21
1adb0c435b54
child 30
b20d4fce3095
--- a/Makefile	Sun Nov 19 20:06:07 2017 +0100
+++ b/Makefile	Fri Apr 23 17:50:29 2021 +0100
@@ -9,7 +9,7 @@
 T		= lxp
 LIBNAME		= $(T).so
 
-COMMON_CFLAGS	 = -g -pedantic -Wall -O2 -fPIC -DPIC -ansi
+COMMON_CFLAGS	 = -g -pedantic -Wall -O2 -fPIC -DPIC
 LUA_INC		?= -I/usr/include/lua$(LUA_V)
 EXPAT_INC	?= -I/usr/include
 CF		 = $(LUA_INC) $(EXPAT_INC) $(COMMON_CFLAGS) $(CFLAGS)

mercurial