From 23878eecf0918b0909d813381744dff0351bc2c8 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 24 Aug 2023 14:04:09 -0700 Subject: [PATCH] update build flag --- SConstruct | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/SConstruct b/SConstruct index d8f4074..c42201f 100644 --- a/SConstruct +++ b/SConstruct @@ -15,9 +15,11 @@ cpppath = [ python_path ] -AddOption('--test', - action='store_true', - help='build test files') +AddOption('--minimal', + action='store_false', + dest='extras', + default=True, + help='the minimum build. no tests, tools, etc.') AddOption('--asan', action='store_true',