build: Don't reuse binaries between different C++ versions

This commit is contained in:
Ayaz Salikhov
2026-06-30 23:42:40 +01:00
parent 8abbd1ba3a
commit cabafec58d

View File

@@ -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"]