build: deprecate developer=auto; default to false
This commit is contained in:
parent
807240e508
commit
9a4ef8c091
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
option(
|
||||
'developer',
|
||||
type : 'combo',
|
||||
choices : ['auto', 'true', 'false'],
|
||||
choices : ['true', 'false', 'auto'],
|
||||
value : 'false',
|
||||
deprecated : ['auto'],
|
||||
description : 'Make a "developer" build with cheats and extra debugging features'
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue