Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not add Tools for default environments #1069

Closed
bdbaddog opened this issue Jan 2, 2018 · 0 comments
Closed

Do not add Tools for default environments #1069

bdbaddog opened this issue Jan 2, 2018 · 0 comments

Comments

@bdbaddog
Copy link
Contributor

bdbaddog commented Jan 2, 2018

This issue was originally created at: 2005-02-18 09:22:53.
This issue was reported by: lim_1.

lim_1 said at 2005-02-18 09:22:53

With this patch default environment will not have tools registred. It speeds up scons start up on windows by 2 sec.

Diff:

$ diff  SConscript.py SConscript.py_patch
514c514
<         default_env = SCons.Defaults.DefaultEnvironment
()
---
>         default_env = SCons.Defaults.DefaultEnvironment
(tools=[])

lim_1 said at 2005-02-18 09:26:41

Patch aploadded

stevenknight said at 2005-03-09 03:59:21

Hi Leanid--

Per the message on the mailing list, we can't speed up initialization this way without breaking a lot of existing SConscript files out there. I'm currently working on a just-in-time tool search that should have the same effect.

Thanks,

    --SK

issues@scons said at 2005-03-09 03:59:21

Converted from SourceForge tracker item 1143939

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant