mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-13 18:20:22 +00:00
build: Don't reuse binaries between different C++ versions
This commit is contained in:
@@ -20,6 +20,4 @@ compiler.libcxx={{detect_api.detect_libcxx(compiler, version, compiler_exe)}}
|
||||
{% endif %}
|
||||
|
||||
[conf]
|
||||
{% if compiler == "gcc" and compiler_version < 13 %}
|
||||
tools.build:cxxflags+=['-Wno-restrict']
|
||||
{% endif %}
|
||||
tools.info.package_id:confs+=["compiler.cppstd"]
|
||||
|
||||
Reference in New Issue
Block a user