mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
bbc3a0e55f
commit
baa4b4d7c5
2 changed files with 6 additions and 1 deletions
5
INSTALL
5
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue