summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index b9f37325c7..a88a18e9ac 100644
--- a/meson.build
+++ b/meson.build
@@ -243,6 +243,7 @@ cxx.get_supported_arguments([
'-DBOOST_BEAST_SEPARATE_COMPILATION',
'-DBOOST_BEAST_USE_STD_STRING_VIEW',
'-DBOOST_EXCEPTION_DISABLE',
+ '-DBOOST_URL_NO_SOURCE_LOCATION',
'-DJSON_NOEXCEPTION',
]),
language : 'cpp')