dtfile: Enable FILE_MAP_OPTIMIZE on Linux. This avoids unnecessary tt_file_netfile calls on local host.
This commit is contained in:
parent
2e5bd045ed
commit
b251a15844
|
|
@ -35,6 +35,7 @@ EXTRA_CCOPTIONS = -xF
|
|||
|
||||
#if defined(LinuxArchitecture)
|
||||
EXTRA_INCLUDES = -I/usr/include/freetype2
|
||||
EXTRA_DEFINES = -DFILE_MAP_OPTIMIZE
|
||||
#endif
|
||||
|
||||
#if defined(BSDArchitecture)
|
||||
|
|
|
|||
Loading…
Reference in New Issue