summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-03 14:20:45 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-03 14:20:45 -0700
commitc595d3043110cf1820d22e17454e4cf787562894 (patch)
tree0fb8d841906158b03191f30727d0c929e7263c15 /ChangeLog
parentcaac8c95a04f3cf83eb81510680833e2c6cf26d5 (diff)
downloadtxr-c595d3043110cf1820d22e17454e4cf787562894.tar.gz
txr-c595d3043110cf1820d22e17454e4cf787562894.tar.bz2
txr-c595d3043110cf1820d22e17454e4cf787562894.zip
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.
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.