diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-13 12:26:08 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-13 12:26:08 +0200 |
commit | 2eeae0a65a137ab1796ff93133201cfcf3cab750 (patch) | |
tree | c72ec77bd797c69e321a0478596e525e70143cae /Makefile | |
parent | 3a6d99dd467b9bd33146891db1eabc08c1fe04cf (diff) |
Allow opentracker to start with a random set of torrents for debugging purposes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ FEATURES+=-DWANT_FULLSCRAPE | |||
43 | #FEATURES+=-DWANT_ARC4RANDOM | 43 | #FEATURES+=-DWANT_ARC4RANDOM |
44 | 44 | ||
45 | #FEATURES+=-D_DEBUG_HTTPERROR | 45 | #FEATURES+=-D_DEBUG_HTTPERROR |
46 | #FEATURES+=-D_DEBUG_RANDOMTORRENTS | ||
46 | 47 | ||
47 | OPTS_debug=-D_DEBUG -g -ggdb # -pg -fprofile-arcs -ftest-coverage | 48 | OPTS_debug=-D_DEBUG -g -ggdb # -pg -fprofile-arcs -ftest-coverage |
48 | OPTS_production=-O3 | 49 | OPTS_production=-O3 |