summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-12-07 09:36:40 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-12-07 09:36:40 -0800
commit0517b7d93b4d707fea1a2e154977ba813f38f1ad (patch)
tree5904f88c7686b66baf1bbd81449d8e26562d6319 /ChangeLog
parent462024f5d4cd7bc2c134eb732eabaea6f3bafc1e (diff)
downloadtxr-0517b7d93b4d707fea1a2e154977ba813f38f1ad.tar.gz
txr-0517b7d93b4d707fea1a2e154977ba813f38f1ad.tar.bz2
txr-0517b7d93b4d707fea1a2e154977ba813f38f1ad.zip
Debug builds optional with --debug-also config option.
* Makefile (PROG): Variable removed, now set in config.make. (all): Target now depends on $(BUILD_TARGETS) variable, set in config.make. * configure (debug_also) New variable. (gen_config_make): Generate PROG and BUILD_TARGETS variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f1f3b3a..ddaede40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2014-12-07 Kaz Kylheku <kaz@kylheku.com>
+
+ Debug builds optional with --debug-also config option.
+
+ * Makefile (PROG): Variable removed, now set in config.make.
+ (all): Target now depends on $(BUILD_TARGETS) variable, set
+ in config.make.
+
+ * configure (debug_also) New variable.
+ (gen_config_make): Generate PROG and BUILD_TARGETS variables.
+
2014-12-05 Kaz Kylheku <kaz@kylheku.com>
* arith.c (tofloat, toint): Handle characters.