|
|
|
|
@ -2,5 +2,14 @@ core:default_profile = cura.jinja
|
|
|
|
|
core:default_build_profile = cura_build.jinja |
|
|
|
|
tools.cmake.cmaketoolchain:generator = Ninja |
|
|
|
|
tools.gnu:define_libcxx11_abi = True |
|
|
|
|
tools.build:skip_test = False |
|
|
|
|
core.version_ranges:resolve_prereleases=True |
|
|
|
|
|
|
|
|
|
[options] |
|
|
|
|
asio-grpc/*:local_allocator="recycling_allocator" |
|
|
|
|
grpc/*:csharp_plugin=False |
|
|
|
|
grpc/*:node_plugin=False |
|
|
|
|
grpc/*:objective_c_plugin=False |
|
|
|
|
grpc/*:php_plugin=False |
|
|
|
|
grpc/*:ruby_plugin=False |
|
|
|
|
grpc/*:python_plugin=False |
|
|
|
|
boost/*:header_only=True |
|
|
|
|
|