mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtfile: Enable FILE_MAP_OPTIMIZE on FreeBSD. This avoids unnecessary tt_file_netfile calls on local host.
This commit is contained in:
parent
6bc5c658b8
commit
ff7c7d72cf
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ EXTRA_INCLUDES = -I/usr/include/freetype2
|
||||||
|
|
||||||
#if defined(BSDArchitecture)
|
#if defined(BSDArchitecture)
|
||||||
EXTRA_INCLUDES = -I$(XPROJECTROOT)/include/freetype2
|
EXTRA_INCLUDES = -I$(XPROJECTROOT)/include/freetype2
|
||||||
|
EXTRA_DEFINES = -DFILE_MAP_OPTIMIZE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
SRCS = ChangeDir.c ChangeDirP.c Command.c Common.c \
|
SRCS = ChangeDir.c ChangeDirP.c Command.c Common.c \
|
||||||
|
|
Loading…
Reference in a new issue