From 12d4966b67182a282e3911ad9b0e1dbe8f6a52d7 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Thu, 2 Feb 2023 20:46:29 -0800 Subject: Add explicit note to RELEASE.txt warning about rebuilds if you use dictionaries to specify CPPDEFINES --- RELEASE.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE.txt b/RELEASE.txt index 31b56aa..f06945d 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 ----------------- -- cgit v0.12