Browse Source

[Conan] disable bitcode explicitly

Andrey Filipenkov 2 years ago
parent
commit
43ef6c075e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CI/conan/base/apple

+ 1 - 0
CI/conan/base/apple

@@ -4,4 +4,5 @@ compiler.version=13
 compiler.libcxx=libc++
 build_type=Release
 [conf]
+tools.apple:enable_bitcode = False
 tools.cmake.cmaketoolchain:generator = Ninja