diff --git a/profiles/cura_clang.jinja b/profiles/cura_clang.jinja index 60ace18..539d4bd 100644 --- a/profiles/cura_clang.jinja +++ b/profiles/cura_clang.jinja @@ -8,3 +8,8 @@ compiler.libcxx=libstdc++11 [conf] tools.build:compiler_executables={"c":"{{ compiler_exe }}", "cpp":"{{ compiler_exe }}++"} + +[buildenv] +CC={{ compiler }} +CXX={{ compiler }}++ +CXXFLAGS=-Wno-error=unused-command-line-argument \ No newline at end of file