Makefile: Dehardcode -j4, SCons defaults to max - 1

Follow-up to #788.
pull/687/head
Rémi Verschelde 2022-07-18 11:40:52 +02:00
parent 3ceb321b8e
commit c2b35fb226
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ HEADERS = godot-headers
TARGET = debug TARGET = debug
USE_CLANG = no USE_CLANG = no
BASE = scons use_llvm=$(USE_CLANG) generate_bindings=$(GENERATE_BINDINGS) target=$(TARGET) headers=$(HEADERS) -j4 BASE = scons use_llvm=$(USE_CLANG) generate_bindings=$(GENERATE_BINDINGS) target=$(TARGET) headers=$(HEADERS)
LINUX = $(BASE) platform=linux LINUX = $(BASE) platform=linux
WINDOWS = $(BASE) platform=windows WINDOWS = $(BASE) platform=windows
OSX = $(BASE) platform=osx OSX = $(BASE) platform=osx