summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00c9ba96..ba297dcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2015-08-03 Kaz Kylheku <kaz@kylheku.com>
+
+ Define TXR_DBG macro when compiling debug build.
+
+ * Makefile (dbg/%.o): Pass $(DBG_ONLY_FLAGS) to COMPILE_C_WITH_DEPS
+ recipe macro.
+
+ * configure (debug_only_flags): New macro.
+ (gen_config_make): Generate DBG_ONLY_FLAGS.
+ Add debug-only-flags to usage help text.
+
2015-08-03 Christopher Meng <i@cicku.me>
Custom linker flags support.