X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=common.py;h=b7762cb4e94be2728039a65697f7a12bd49f8b8a;hb=52cac068621a5998f486f8e44f9c2d9d045d1c31;hp=51dba9c3ca076364f612985b707b648d84f171a9;hpb=6309c31fd815285dab4d6e79dcbdd4773350e50f;p=mesa.git diff --git a/common.py b/common.py index 51dba9c3ca0..b7762cb4e94 100644 --- a/common.py +++ b/common.py @@ -112,6 +112,7 @@ def AddOptions(opts): opts.Add(BoolOption('asan', 'enable Address Sanitizer', 'no')) opts.Add('toolchain', 'compiler toolchain', default_toolchain) opts.Add(BoolOption('llvm', 'use LLVM', default_llvm)) + opts.Add(BoolOption('force_scons', 'Force enable scons on deprecated platforms', 'false')) opts.Add(BoolOption('openmp', 'EXPERIMENTAL: compile with openmp (swrast)', 'no')) opts.Add(BoolOption('debug', 'DEPRECATED: debug build', 'yes'))