Browse Source
Introduce a new 'cura_clang.jinja' profile for using Clang 18 with specific compiler settings. Update 'cura_wasm.jinja' by modifying plugin options and adding new settings for curator and libzip. Additionally, adjust the C++ standard setting for the 'curator' component in 'cura.jinja'. Contribute to CURA-11622pull/12/head
3 changed files with 19 additions and 4 deletions
@ -0,0 +1,13 @@
|
||||
include(cura.jinja) |
||||
|
||||
[tool_requires] |
||||
|
||||
[settings] |
||||
compiler=clang |
||||
compiler.version=18 |
||||
compiler.libcxx=libstdc++11 |
||||
|
||||
[options] |
||||
|
||||
[conf] |
||||
tools.build:compiler_executables={"c":"clang", "cpp":"clang++"} |
||||
Loading…
Reference in new issue