Skip to content

Commit

Permalink
conan: use all core by default
Browse files Browse the repository at this point in the history
  • Loading branch information
branylagaffe committed Oct 31, 2024
1 parent 426ff04 commit f9fb43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def generate(self):
def build(self):
cmake = CMake(self)
cmake.configure()
cmake.build(build_tool_args=["-j12"])
cmake.build()

def package(self):
export_path = path.join(
Expand Down

0 comments on commit f9fb43e

Please sign in to comment.