mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
use new param to turn on mmap
This commit is contained in:
parent
4093e1c947
commit
47da43a581
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ build_cmds() {
|
||||||
CMD="./obj_linux_memdbg/xwords --room $ROOM"
|
CMD="./obj_linux_memdbg/xwords --room $ROOM"
|
||||||
CMD="$CMD --robot ${NAMES[$DEV]} --robot-iq $((1 + (RANDOM%100))) "
|
CMD="$CMD --robot ${NAMES[$DEV]} --robot-iq $((1 + (RANDOM%100))) "
|
||||||
CMD="$CMD $OTHERS --game-dict $DICT --port $PORT --host $HOST "
|
CMD="$CMD $OTHERS --game-dict $DICT --port $PORT --host $HOST "
|
||||||
CMD="$CMD --file $FILE --slow-robot 1:3 --skip-confirm"
|
CMD="$CMD --file $FILE --slow-robot 1:3 --skip-confirm --use-mmap"
|
||||||
CMD="$CMD --drop-nth-packet $DROP_N $PLAT_PARMS"
|
CMD="$CMD --drop-nth-packet $DROP_N $PLAT_PARMS"
|
||||||
|
|
||||||
CMD="$CMD $PUBLIC"
|
CMD="$CMD $PUBLIC"
|
||||||
|
|
Loading…
Add table
Reference in a new issue