summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2022-06-07 17:30:50 (GMT)
committerDaniel Moody <dmoody256@gmail.com>2022-06-07 17:30:50 (GMT)
commit0ed5eea9af9358a0bfbeefa42507775947fe2d5f (patch)
tree32931f6e082fdf4a70c86cc50423db93ff2587a9 /RELEASE.txt
parentdaeff32f5b69c29a3235d710dd000012df080c73 (diff)
downloadSCons-0ed5eea9af9358a0bfbeefa42507775947fe2d5f.zip
SCons-0ed5eea9af9358a0bfbeefa42507775947fe2d5f.tar.gz
SCons-0ed5eea9af9358a0bfbeefa42507775947fe2d5f.tar.bz2
Added option to allow scons to determine if it should skip ninja regeneration.
Diffstat (limited to 'RELEASE.txt')
-rwxr-xr-xRELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index cfa8afc..0dae549 100755
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -88,6 +88,8 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
require delayed expansion to be enabled which is currently not supported and is
typically not enabled by default on the host system. The batch files may also require
environment variables that are not included by default in the msvc environment.
+- Ninja: added option to skip ninja regeneration if scons can determine the ninja file does
+ not need to be regenerated.
FIXES
-----