git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@131
ddfedd41-794f-dd11-ae45-
00112f111e67
opcodes.c operands.c peephole.c savefile.c saveundo.c search.c terp.c \
accel.c
git_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara
-git_la_CFLAGS = -DUSE_MMAP -DUSE_INLINE $(AM_CFLAGS)
+git_la_CFLAGS = -DUSE_INLINE $(AM_CFLAGS)
git_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
gitdocdir = $(datadir)/doc/$(PACKAGE)/git
#
#test: git
# sh test/test.sh
-
+
+# Memory mapping (-DUSE_MMAP) doesn't seem to work... FIXME
+
# Best settings for GCC 2.95. This generates faster code than
# GCC 3, so you should use this setup if possible.
#CC = gcc -Wall -O3