Get rid of non-essential default-valued options.
This lets SConstruct set things like USE_MYSQL based on the host w/o complaining. build/build_options/ALPHA_FS_TL: build/build_options/ALPHA_FS: build/build_options/ALPHA_SE: Get rid of non-essential default-valued options. --HG-- extra : convert_revision : 96308897d2b9269dbefffa6d50ac491379444030
This commit is contained in:
parent
39ce4fbaf9
commit
72900e7a1d
3 changed files with 0 additions and 15 deletions
|
@ -1,7 +1,2 @@
|
|||
FULL_SYSTEM = 1
|
||||
ALPHA_TLASER = 0
|
||||
NO_FAST_ALLOC = 0
|
||||
EFENCE = 0
|
||||
SS_COMPATIBLE_FP = 0
|
||||
STATS_BINNING = 1
|
||||
USE_MYSQL = 1
|
||||
|
|
|
@ -1,7 +1,2 @@
|
|||
FULL_SYSTEM = 1
|
||||
ALPHA_TLASER = 1
|
||||
NO_FAST_ALLOC = 0
|
||||
EFENCE = 0
|
||||
SS_COMPATIBLE_FP = 0
|
||||
STATS_BINNING = 1
|
||||
USE_MYSQL = 1
|
||||
|
|
|
@ -1,7 +1,2 @@
|
|||
FULL_SYSTEM = 0
|
||||
ALPHA_TLASER = 0
|
||||
NO_FAST_ALLOC = 0
|
||||
EFENCE = 0
|
||||
SS_COMPATIBLE_FP = 1
|
||||
STATS_BINNING = 1
|
||||
USE_MYSQL = 1
|
||||
|
|
Loading…
Reference in a new issue