Remove DISABLE_COUNTRIES_RESOLUTION define

This commit is contained in:
FranciscoPombal 2020-07-08 01:07:50 +01:00
parent 83f1028ff7
commit 8f8f7ebd15
6 changed files with 0 additions and 19 deletions

View file

@ -58,8 +58,6 @@ endif()
# we need options here, at the top level, because they are used not only in "src" subdir, but in the "dist" dir too
include(CompileFeature)
optional_compile_definitions(COUNTRIES_RESOLUTION FEATURE DESCRIPTION "Enable resolving peers IP addresses to countries"
DEFAULT ON DISABLED DISABLE_COUNTRIES_RESOLUTION)
optional_compile_definitions(STACKTRACE FEATURE DESCRIPTION "Enable stacktraces"
DEFAULT ON ENABLED STACKTRACE)
optional_compile_definitions(GUI FEATURE DESCRIPTION "Build GUI application"