Compare commits

...

1 Commits

Author SHA1 Message Date
fd9172b4f3
Add -DASIO_NO_DEPRECATED 2024-09-05 22:38:23 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
: 1 : 1
name: libasio name: libasio
version: 1.29.0 version: 1.29.0+1
language: c++ language: c++
summary: Cross-platform C++ library for asynchronous network programming summary: Cross-platform C++ library for asynchronous network programming
license: BSL-1.0 ; Boost Software License 1.0. license: BSL-1.0 ; Boost Software License 1.0.

View File

@ -71,6 +71,7 @@ src_pfx_inc = [dir_path] $src_root/include/
# #
poptions = "-I$src_pfx_inc" \ poptions = "-I$src_pfx_inc" \
-DASIO_STANDALONE \ -DASIO_STANDALONE \
-DASIO_NO_DEPRECATED \
-DASIO_DISABLE_BOOST_CONTEXT_FIBER \ -DASIO_DISABLE_BOOST_CONTEXT_FIBER \
-DASIO_DISABLE_BOOST_COROUTINE -DASIO_DISABLE_BOOST_COROUTINE