diff options
author | Ivan Kravets <me@ikravets.com> | 2019-11-01 13:43:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-01 13:43:41 (GMT) |
commit | 8906411a79dfd9d5eaeb354f0feeebcc25cfc296 (patch) | |
tree | 2e78d3083f69d3474cc67c87f0bfc7982750dc11 | |
parent | 0a41c542db4a29bb2d84f68d853d6f7709476a86 (diff) | |
download | SCons-8906411a79dfd9d5eaeb354f0feeebcc25cfc296.zip SCons-8906411a79dfd9d5eaeb354f0feeebcc25cfc296.tar.gz SCons-8906411a79dfd9d5eaeb354f0feeebcc25cfc296.tar.bz2 |
Parse GCC "-imacros" option in ParseFlags
-rwxr-xr-x | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index af448d5..d768247 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -35,6 +35,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER From Edoardo Bezzeccheri - Added debug option "action_timestamps" which outputs to stdout the absolute start and end time for each target. + + From Ivan Kravets + - Parse GCC "-imacros" option in ParseFlags RELEASE 3.1.1 - Mon, 07 Aug 2019 20:09:12 -0500 |