mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Enable std::array overloads for boost::asio on clang:
* Remove Boost config option from beast config. * Define from compiler, or let Boost figure out itself.
This commit is contained in:
committed by
Vinnie Falco
parent
edc15b9fa2
commit
d7116d6867
@@ -265,6 +265,7 @@ def config_env(toolchain, variant, env):
|
||||
|
||||
if toolchain == 'clang':
|
||||
env.Append(CCFLAGS=['-Wno-redeclared-class-member'])
|
||||
env.Append(CPPDEFINES=['BOOST_ASIO_HAS_STD_ARRAY'])
|
||||
|
||||
env.Append(CXXFLAGS=[
|
||||
'-frtti',
|
||||
|
||||
Reference in New Issue
Block a user