Created
April 18, 2025 18:40
-
-
Save valgur/0b72e39268dc65f19943a5ca7fdce851 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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