Skip to content

Commit 3c6be4e

Browse files
author
kr-2003
committed
added XEUS_CPP_USE_DEBUGGER var
1 parent 78e14aa commit 3c6be4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/xinterpreter.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,11 @@ __get_cxx_version ()
129129
{
130130
// NOLINTNEXTLINE (cppcoreguidelines-pro-bounds-pointer-arithmetic)
131131
createInterpreter(Args(argv ? argv + 1 : argv, argv + argc));
132+
#ifdef XEUS_CPP_USE_DEBUGGER
132133
// m_version = get_stdopt();
134+
#else
135+
m_version = get_stdopt();
136+
#endif
133137
redirect_output();
134138
init_preamble();
135139
init_magic();

0 commit comments

Comments
 (0)