Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-10-30 02:12:21 +0300
committerGitHub <noreply@github.com>2023-10-30 02:12:21 +0300
commit4a7c6f3a2b2882cab539154595bf21f67efa34cb (patch)
tree13309f5e2b425b2c8cb9fba834b353e5ebd62e20 /CHANGES.txt
parentb7f0744bdf738a99242710f7739bdf0f8b6c5171 (diff)
parentb4697e2e38f69071085bdaab764c180462d68504 (diff)
Merge pull request #4439 from bdbaddog/debug-sconscript
Add StenGruener's --debug=sconscript
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 27c9560e9..97dd04fb6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,7 +8,6 @@ NOTE: The 4.0.0 Release of SCons dropped Python 2.7 Support
NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer supported
RELEASE VERSION/DATE TO BE FILLED IN LATER
-
From Max Bachmann:
- Add missing directories to searched paths for mingw installs
@@ -77,6 +76,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Obsoleted YACCVCGFILESUFFIX, being replaced by YACC_GRAPH_FILE_SUFFIX.
If YACC_GRAPH_FILE_SUFFIX is not set, it will respect YACCVCGFILESUFFIX.
+ From Sten Grüner
+ - The newly added --debug=sconscript option (new) will output notices when
+ entering an exiting each SConscript as they are processed.
+
From Philipp Maierhöfer:
- Fix gfortran tool initialization. Defaults to using binary named gfortran
as would be expected, and properly set's SHFORTRAN flags to include -fPIC