summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-02-02 20:46:29 -0800
committerWilliam Deegan <bill@baddogconsulting.com>2023-02-02 20:46:29 -0800
commit12d4966b67182a282e3911ad9b0e1dbe8f6a52d7 (patch)
tree54aa1acf9cf8effe58367465037df6b81d0a9167
parentdb0ae34d6da183bce93c3f044abb727b0474c8c2 (diff)
downloadscons-git-12d4966b67182a282e3911ad9b0e1dbe8f6a52d7.tar.gz
Add explicit note to RELEASE.txt warning about rebuilds if you use dictionaries to specify CPPDEFINES
-rw-r--r--RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 31b56aac1..f06945d6d 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -17,6 +17,9 @@ NOTE: If you build with Python 3.10.0 and then rebuild with 3.10.1 (or higher),
see unexpected rebuilds. This is due to Python internals changing which changed
the signature of a Python Action Function.
+NOTE: If you use dictionaries to specify your CPPDEFINES, most likely the order of the CPPDEFINES
+ on the generated command line will change causing a rebuild.
+
NEW FUNCTIONALITY
-----------------