mirror of
https://github.com/joeycastillo/gossamer.git
synced 2025-10-29 19:21:02 +00:00
Revert "faster emscripten builts: pass -j flag to emmake too"
This reverts commit 7c05086288e3aa8c1e13f9030de6555e26d2d764.
This commit is contained in:
parent
e02b81a897
commit
03aedcbdf9
6
make.mk
6
make.mk
@ -36,6 +36,9 @@ endif
|
||||
INCLUDES += \
|
||||
-I$(GOSSAMER_PATH)/common/ \
|
||||
|
||||
ifndef EMSCRIPTEN
|
||||
# Settings and flags for building on hardware
|
||||
|
||||
ifeq ($(DETECTED_OS), LINUX)
|
||||
MAKEFLAGS += -j $(shell nproc)
|
||||
endif
|
||||
@ -47,9 +50,6 @@ ifeq ($(DETECTED_OS), WINDOWS)
|
||||
MAKEFLAGS += -j $(NUMBER_OF_PROCESSORS)
|
||||
endif
|
||||
|
||||
ifndef EMSCRIPTEN
|
||||
# Settings and flags for building on hardware
|
||||
|
||||
CC = arm-none-eabi-gcc
|
||||
OBJCOPY = arm-none-eabi-objcopy
|
||||
SIZE = arm-none-eabi-size
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user