Skip to content

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed May 24, 2024
1 parent c40c386 commit 0293cc5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/config/ubuntu-22.04-clang-15/conan/profiles/default
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=17
compiler.libcxx=libstdc++11
compiler.version=12
os=Linux

[conf]
tools.build:compiler_executables={'c': 'gcc-12', 'cpp': 'g++-12'}

0 comments on commit 0293cc5

Please sign in to comment.