From 3f7ff65967c3a3c96d4e17d3013a0f03d23c5a5b Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Fri, 1 Sep 2017 14:23:05 +0200 Subject: [PATCH] add betterC changelog --- changelog/betterc.dd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/betterc.dd diff --git a/changelog/betterc.dd b/changelog/betterc.dd new file mode 100644 index 000000000000..32483914e71f --- /dev/null +++ b/changelog/betterc.dd @@ -0,0 +1,8 @@ +$(TT -betterC) enhancements + +Many improvements were added to the dmd's $(TT -betterC) implementation, most +notably programs compiled with $(TT -betterC) will no longer reference unused +druntime symbols, asserts are implemented as C `` calls, and phobos is +not linked by default. + +See the $(LINK2 $(ROOT_DIR)spec/betterc.html, Better C) specs for more details.