Merge pull request #89483 from Riteo/silent-compilation-unit
SCons: Disable verbose output for SCU build
This commit is contained in:
commit
25d913f82b
|
@ -8,7 +8,7 @@ from os.path import normpath, basename
|
|||
|
||||
base_folder_path = str(Path(__file__).parent) + "/"
|
||||
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()
|
||||
_max_includes_per_scu = 1024
|
||||
|
||||
|
|
Loading…
Reference in New Issue