1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

[Conan] disable bitcode explicitly

This commit is contained in:
Andrey Filipenkov
2022-12-31 16:32:11 +03:00
committed by Ivan Savenko
parent e855a9db7c
commit 43ef6c075e

View File

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