diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-12-07 09:36:40 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-12-07 09:36:40 -0800 |
commit | 0517b7d93b4d707fea1a2e154977ba813f38f1ad (patch) | |
tree | 5904f88c7686b66baf1bbd81449d8e26562d6319 /ChangeLog | |
parent | 462024f5d4cd7bc2c134eb732eabaea6f3bafc1e (diff) | |
download | txr-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |