summaryrefslogtreecommitdiffstats
path: root/filedistribution/src/apps/filedistributor/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'filedistribution/src/apps/filedistributor/CMakeLists.txt')
-rw-r--r--filedistribution/src/apps/filedistributor/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/filedistribution/src/apps/filedistributor/CMakeLists.txt b/filedistribution/src/apps/filedistributor/CMakeLists.txt
index 0a54560f112..1a7ef87bbac 100644
--- a/filedistribution/src/apps/filedistributor/CMakeLists.txt
+++ b/filedistribution/src/apps/filedistributor/CMakeLists.txt
@@ -10,7 +10,7 @@ vespa_add_executable(filedistribution_filedistributor_app
filedistribution_filedistributorrpc
filedistribution_common
)
-target_compile_options(filedistribution_filedistributor_app PRIVATE -DTORRENT_DEBUG -DTORRENT_DISABLE_ENCRYPTION -DTORRENT_DISABLE_DHT -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED)
+target_compile_options(filedistribution_filedistributor_app PRIVATE -DTORRENT_DISABLE_ENCRYPTION -DTORRENT_DISABLE_DHT -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED)
vespa_add_target_system_dependency(filedistribution_filedistributor_app boost boost_system-mt-d)
vespa_add_target_system_dependency(filedistribution_filedistributor_app boost boost_thread-mt-d)
vespa_add_target_system_dependency(filedistribution_filedistributor_app boost boost_program_options-mt-d)