diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2024-11-08 13:46:26 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2024-11-08 13:46:26 +0100 |
commit | 328d2af2bf76e0cd16bd5376ce1851455fbe1088 (patch) | |
tree | f5bd24df23cccb7516a2270e31d7f4377bf5c636 /scu_builders.py | |
parent | 36e6207bb48fafd43b98a458d0c461ad982b4e68 (diff) | |
download | redot-engine-328d2af2bf76e0cd16bd5376ce1851455fbe1088.tar.gz |
Make SCons SCU build banner less intrusive
A message is still printed every build when `scu_build` is enabled,
which is sufficient.
Diffstat (limited to 'scu_builders.py')
-rw-r--r-- | scu_builders.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scu_builders.py b/scu_builders.py index 6bf87b9163..e0bfffc320 100644 --- a/scu_builders.py +++ b/scu_builders.py @@ -259,10 +259,6 @@ def process_folder(folders, sought_exceptions=[], includes_per_scu=0, extension= def generate_scu_files(max_includes_per_scu): - print("=============================") - print("Single Compilation Unit Build") - print("=============================") - global _max_includes_per_scu _max_includes_per_scu = max_includes_per_scu |