summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-02 13:12:11 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-02 13:14:04 -0800
commitbaa4b4d7c5c3fef4a13b4c592b3e63cd4bc1746f (patch)
treeb418da829575a7c5539d45f1ffbf77e1bc725901 /INSTALL
parentbbc3a0e55fd1ebf98ba4b79b6115ab115f1b47a3 (diff)
downloadsubsurface-baa4b4d7c5c3fef4a13b4c592b3e63cd4bc1746f.tar.gz
Don't show the plot_info table in every debug build
Instead add a new define SHOW_PLOT_INFO_TABLE that triggers if this debugging aid is shown. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 6b7191ade..379e658d3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -52,6 +52,11 @@ The following options are recognized when passed to qmake:
(pass the actual path, without -I)
LIBS+=xxx Add xxx to the linker flags. -l and -L options are
recognized.
+ DEFINES+=SHOW_PLOT_INFO_TABLE=1
+ Only available in debug builds, this creates a
+ second window that shows all elements in the
+ plot_info structure as a table - very useful when
+ debugging issues with the profile
The INCLUDEPATH and LIBS options are useful to tell the buildsystem
about non-standard installation paths for the dependencies (such as