On 05/09/2014 23:04, Michael Black wrote:
Hi Mike,

How do we set compile flags now?

WSJT_TRACE_CAT and WSJT_QDEBUG_TO_FILE for example?

Now? This has not changed.

Either use:

cmake-gui <build-tree-path>

or directly edit the CMakeCache.txt in the build tree.

Then rebuild:

cmake --build <build-tree-path> --target install -- -kj

The latest JTSDK has a command to rebuild the build tree also.

The relevant CMake options are:

WSJT_QDEBUG_TO_FILE - causes Qt debug output to be redirected to a file (wsjtx_trace.log in executable directory) WSJT_QDEBUG_IN_RELEASE - causes Qt debug output to occur even in Release build configurations WSJT_TRACE_CAT - causes WSJT_TRACE_CAT to be set to turn on extra CAT tracing
WSJT_HAMLIB_TRACE - increases the level of Hamlib tracing to VERBOSE

More details in CMakeLists.txt where the options and their defaults are defined.

Mike W9MDB

Hope this helps & 73
Bill
G4WJS.
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to