dtfile: Enable FILE_MAP_OPTIMIZE on FreeBSD. This avoids unnecessary tt_file_netfile...
authoralx <alx@fastestcode.org>
Sun, 17 Apr 2016 09:05:48 +0000 (11:05 +0200)
committerJon Trulson <jon@radscan.com>
Tue, 19 Apr 2016 01:16:47 +0000 (19:16 -0600)
cde/programs/dtfile/Imakefile

index 039efe9d1dda2201ba467f95783eae32296cde7d..51a6ad6a5a56f5c011d0c1004323b608d3f71e92 100644 (file)
@@ -39,6 +39,7 @@ EXTRA_INCLUDES = -I/usr/include/freetype2
 
 #if defined(BSDArchitecture)
 EXTRA_INCLUDES = -I$(XPROJECTROOT)/include/freetype2
+EXTRA_DEFINES = -DFILE_MAP_OPTIMIZE
 #endif
 
 SRCS =  ChangeDir.c     ChangeDirP.c    Command.c       Common.c \