1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtfile: Enable FILE_MAP_OPTIMIZE on Linux. This avoids unnecessary tt_file_netfile calls on local host.

This commit is contained in:
alx 2016-04-18 19:49:07 +02:00 committed by Jon Trulson
parent 2e5bd045ed
commit b251a15844

View file

@ -35,6 +35,7 @@ EXTRA_CCOPTIONS = -xF
#if defined(LinuxArchitecture) #if defined(LinuxArchitecture)
EXTRA_INCLUDES = -I/usr/include/freetype2 EXTRA_INCLUDES = -I/usr/include/freetype2
EXTRA_DEFINES = -DFILE_MAP_OPTIMIZE
#endif #endif
#if defined(BSDArchitecture) #if defined(BSDArchitecture)