Skip to content

Commit 8b0ba09

Browse files
committed
Update profile to match rippled
1 parent b0176f5 commit 8b0ba09

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

profiles/default

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,20 @@ compiler.runtime=static
1717
{% else %}
1818
compiler.libcxx={{detect_api.detect_libcxx(compiler, version, compiler_exe)}}
1919
{% endif %}
20+
21+
[conf]
22+
{% if compiler == "clang" and compiler_version >= 19 %}
23+
tools.build:cxxflags=['-Wno-missing-template-arg-list-after-template-kw']
24+
{% endif %}
25+
{% if compiler == "apple-clang" and compiler_version >= 17 %}
26+
tools.build:cxxflags=['-Wno-missing-template-arg-list-after-template-kw']
27+
{% endif %}
28+
{% if compiler == "clang" and compiler_version == 16 %}
29+
tools.build:cxxflags=['-DBOOST_ASIO_DISABLE_CONCEPTS']
30+
{% endif %}
31+
{% if compiler == "gcc" and compiler_version < 13 %}
32+
tools.build:cxxflags=['-Wno-restrict']
33+
{% endif %}
34+
35+
[tool_requires]
36+
!cmake/*: cmake/[>=3 <4]

0 commit comments

Comments
 (0)