Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd2fcce9

Browse files
Fix NUM_JOBS for macos
1 parent8ccca56 commitd2fcce9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎Makefile‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
ifeq ($(shell uname),Darwin)
2+
NUM_JOBS=$(shell sysctl -n hw.ncpu)
3+
else
14
NUM_JOBS=$(shell nproc)
5+
endif
26
CXX=clang++
37

48
.PHONY: default examples/hello_world/build/hello_world tests libgpu debug build check-clang clean-build clean all watch-tests docs

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp