Now that the new pathfind code is working,
...enable it by default in 1.7 (but not 1.8 betas).
This commit is contained in:
parent
7713168c57
commit
2dbc96bef0
1 changed files with 2 additions and 3 deletions
|
@ -39,9 +39,8 @@ except KeyError:
|
|||
# Build-control options
|
||||
#
|
||||
|
||||
# FIXME: Experimental code enabled by default in unstable (odd minor version).
|
||||
#experimental_default = (int(version.split(".")[1]) % 2) == 1
|
||||
experimental_default = False
|
||||
# Experimental code is enabled by default in unstable (odd minor version).
|
||||
experimental_default = (int(version.split(".")[1]) % 2) == 1
|
||||
|
||||
opts = Variables('.scons-option-cache')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue