The next commit is going to remove this from the list of valid config file options, where it should not be, and that list currently is used to populate the list of valid spec options.
Signed-off-by: Matt Turner <[email protected]> --- catalyst/base/stagebase.py | 1 + 1 file changed, 1 insertion(+) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 0c311515..f39895fe 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -49,6 +49,7 @@ class StageBase(TargetBase, ClearBase, GenBase): "common_flags", "compression_mode", "cxxflags", + "decompressor_search_order", "distcc_hosts", "fcflags", "fflags", -- 2.26.2
