Merge pull request #89483 from Riteo/silent-compilation-unit
SCons: Disable verbose output for SCU build
This commit is contained in:
commit
25d913f82b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from os.path import normpath, basename
|
||||||
|
|
||||||
base_folder_path = str(Path(__file__).parent) + "/"
|
base_folder_path = str(Path(__file__).parent) + "/"
|
||||||
base_folder_only = os.path.basename(os.path.normpath(base_folder_path))
|
base_folder_only = os.path.basename(os.path.normpath(base_folder_path))
|
||||||
_verbose = True # Set manually for debug prints
|
_verbose = False # Set manually for debug prints
|
||||||
_scu_folders = set()
|
_scu_folders = set()
|
||||||
_max_includes_per_scu = 1024
|
_max_includes_per_scu = 1024
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue