Added STATS_DELAY compile flag for overriding the statistics delay for better or worse accuracy than the default.
This commit is contained in:
parent
36d8986f4b
commit
9e8b07cbfc
3 changed files with 23 additions and 3 deletions
|
@ -103,6 +103,13 @@ if (DEFINED NOCRASHCHECK )
|
|||
add_definitions(-DNOCRASHCHECK=1)
|
||||
endif()
|
||||
|
||||
########################################
|
||||
# Build Variables - Stats delay overrid#
|
||||
########################################
|
||||
if (DEFINED STATS_DELAY )
|
||||
add_definitions(-DSTATS_DELAY=${STATS_DELAY})
|
||||
endif()
|
||||
|
||||
########################################
|
||||
# Build Variables - Prepare for Build #
|
||||
########################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue