[Scons-users] Scons-users Digest, Vol 165, Issue 10
于
yjtyzw at 126.com
Sun Jun 8 23:39:20 EDT 2025
Ok, I will try it. And I will reply you if theee's any?progress.
---- Replied Message ----
| From | scons-users-request at scons.org |
| Date | 06/08/2025 13:35 |
| To | scons-users at scons.org |
| Cc | |
| Subject | Scons-users Digest, Vol 165, Issue 10 |
Send Scons-users mailing list submissions to
scons-users at scons.org
To subscribe or unsubscribe via the World Wide Web, visit
https://pairlist4.pair.net/mailman/listinfo/scons-users
or, via email, send a message with subject or body 'help' to
scons-users-request at scons.org
You can reach the person managing the list at
scons-users-owner at scons.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Scons-users digest..."
Today's Topics:
1. Re: Scons-users Digest, Vol 165, Issue 8 (Mats Wichmann)
----------------------------------------------------------------------
Message: 1
Date: Sat, 7 Jun 2025 06:16:33 -0600
From: Mats Wichmann <mats at wichmann.us>
To: SCons users mailing list <scons-users at scons.org>, ?
<yjtyzw at 126.com>
Subject: Re: [Scons-users] Scons-users Digest, Vol 165, Issue 8
Message-ID: <65407f3d-7340-4b8c-9181-53a870c82faa at wichmann.us>
Content-Type: text/plain; charset=UTF-8; format=flowed
On 6/7/25 04:55, ? wrote:
>
> ? ? could I use ninja to balance building time and dependencies?
Yes, there are several ways to cut down build time, as long as you're
prepared to accept some compromises.
Letting SCons generate a ninja build file, and using ninja for builds
most of the time, is fine. You can also use the
--implicit-deps-unchanged option, which says not to rescan for
dependencies. Both approaches work if you know you haven't changed the
structure of the project, such that the dependencies might change. If
they do, just rerun SCons normally (or in generate-ninja-file mode), and
you can go back to using the speedups.
There are some other tricks here:
https://github.com/SCons/scons/wiki/GoFastButton
------------------------------
Subject: Digest Footer
_______________________________________________
Scons-users mailing list
Scons-users at scons.org
https://pairlist4.pair.net/mailman/listinfo/scons-users
------------------------------
End of Scons-users Digest, Vol 165, Issue 10
********************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20250609/f4ca6e0e/attachment.htm>
More information about the Scons-users
mailing list