# HG changeset patch # User jbe # Date 1287244515 -7200 # Node ID 5ce77ccdd5504a81de03c18cc789d1792a4a4deb # Parent 0bbfee4d4aeddd78d76c33d094dba0356324e880 Added TODO related to library compilation to Makefile.options diff -r 0bbfee4d4aed -r 5ce77ccdd550 Makefile.options --- a/Makefile.options Sat Oct 16 17:51:18 2010 +0200 +++ b/Makefile.options Sat Oct 16 17:55:15 2010 +0200 @@ -8,6 +8,8 @@ SLIB_EXT = so # C compiler flags +# TODO: check alternatives to -D_GNU_SOURCE -fPIC +# using libtool? CFLAGS = -O2 -D_GNU_SOURCE -fPIC -Wall -I /usr/include -I /usr/local/include -I /usr/local/include/lua51 -I /usr/include/lua5.1 # additional C compiler flags for parts which depend on PostgreSQL