Skip to content

Instantly share code, notes, and snippets.

@valgur
Created April 18, 2025 18:40
Show Gist options
  • Save valgur/0b72e39268dc65f19943a5ca7fdce851 to your computer and use it in GitHub Desktop.
Save valgur/0b72e39268dc65f19943a5ca7fdce851 to your computer and use it in GitHub Desktop.
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=13
os=Linux
[conf]
tools.build:compiler_executables={"c": "gcc-13", "cpp": "g++-13"}
tools.info.package_id:confs=["tools.build:cxxflags", "tools.build:cflags", "tools.build:defines", "tools.build:exelinkflags", "tools.build:sharedlinkflags"]
# https://github.com/conan-io/conan/issues/13560#issuecomment-2528769112
tools.build:exelinkflags=["-fuse-ld=bfd", "-Wl,--allow-shlib-undefined"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment