diff calc.pro @ 17:2ddf3fe6fa33

initial attempt at using separate thread for interpreter
author John W. Eaton <jwe@octave.org>
date Tue, 28 May 2019 18:27:18 -0400
parents 822a2fe5bb51
children
line wrap: on
line diff
--- a/calc.pro	Fri May 24 09:22:35 2019 -0400
+++ b/calc.pro	Tue May 28 18:27:18 2019 -0400
@@ -28,3 +28,7 @@
 
 QMAKE_EXTRA_TARGETS += extraclean
 extraclean.commands = rm -f parse.cpp
+
+## Use the following to experiment with running the interpreter
+## in a separate thread.
+## QMAKE_CXXFLAGS += -DCALC_USE_INTERPRETER_THREAD=1