Skip to content

Instantly share code, notes, and snippets.

@paulphys
Last active November 19, 2020 15:57
Show Gist options
  • Save paulphys/c0763ff297a51cb215b87681dc2b14be to your computer and use it in GitHub Desktop.
Save paulphys/c0763ff297a51cb215b87681dc2b14be to your computer and use it in GitHub Desktop.
libstdc++11 support for conan compiler (GCC >= 5 ABI)
# ~/.conan/profiles/default
[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.version=7.5
compiler.libcxx=libstdc++11
[options]
[build_requires]
[env]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment