citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 9abd0cee7c4ab832cd51548f6ae0d1a9719706c6
parent 0c2a4c33c8567fd8925bd649c7f960f0eb708ce6
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri, 21 Oct 2016 21:52:55 -0600

src: disable citrun-term

Diffstat:
Msrc/Jamfile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Jamfile b/src/Jamfile @@ -22,7 +22,8 @@ ReplaceTokens citrun-wrap ; # citrun-term # LINKLIBS on citrun-term += -lcurses ; -Main citrun-term : term_main.cc ; +# XXX: Not the main focus right now. +# Main citrun-term : term_main.cc ; # # citrun-gl