[scons] code cleanup for scons script. (#10429)

* [scons] move project_generation to targets; code clean for building.py.
This commit is contained in:
Bernard Xiong
2025-06-25 15:06:45 +08:00
committed by GitHub
parent 8e9872a554
commit 5a2352eb64
38 changed files with 888 additions and 342 deletions

View File

@@ -426,9 +426,6 @@ def main():
# Print A Nice Message With Each Function and the WCS
print_all_fxns(call_graph)
def ThreadStackStaticAnalysis(env):
print('Start thread stack static analysis...')