mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
turn off recursive dict search -- it's too slow
This commit is contained in:
parent
2efc063e71
commit
7ec9c33137
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ endif
|
|||
|
||||
MYDEFINES = -DXW_FEATURE_UTILS -DPOINTER_SUPPORT -DKEY_SUPPORT \
|
||||
-DOVERRIDE_EDGE_FOR_INDEX -DCOLOR_SUPPORT \
|
||||
-DSHOW_PROGRESS -DRECURSIVE_VFS_SEARCH \
|
||||
-DSHOW_PROGRESS \
|
||||
$(HASHDEF) $(NO_REG_REQUIRED)
|
||||
|
||||
# turn on the HighRes stuff. Experimental for now, but eventually
|
||||
|
|
Loading…
Reference in a new issue