Revert "faster emscripten builts: pass -j flag to emmake too"

This reverts commit 7c05086288e3aa8c1e13f9030de6555e26d2d764.
This commit is contained in:
Joey Castillo 2025-07-07 18:54:33 -04:00
parent e02b81a897
commit 03aedcbdf9

View File

@ -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