aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2017-09-03 16:02:21 +0100
committerGitHub <noreply@github.com>2017-09-03 16:02:21 +0100
commit983db51764265435b007b69cea6d8a25075c83c0 (patch)
tree420a89e58715d7bffff1d0ca5de906705c0c2070 /HISTORY.md
parent5fcd04cdef9b8378fe0a9cafe426321a62d9bdbd (diff)
parentfa82c3a9dbad998fd391dc9c2c4ca913744cc26d (diff)
Merge pull request #524 from sej7278/master
Moved the LTO etc. flags from CXXFLAGS_STD to CXXFLAGS
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index dd59802..973edc1 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -8,6 +8,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Fix: Add -fno-devirtualize flag to workaround g++ segfault bug (issue #486). (https://github.com/sej7278)
- Fix: Quote the prefix tag in the space_pad_to function
- Tweak: Set ARDMK_VERSION to 1.6 (https://github.com/sej7278)
+- Tweak: Move non-standard-related items from CxxFLAGS_STD to CxxFLAGS (issue #523) (https://github.com/sej7278)
- New: Added -fdiagnostics-color to *STD flags (https://github.com/sej7278)
### 1.6.0 (2017-07-11)