Skip to content

Commit

Permalink
Merge remote branch 'origin/master' into edge
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic-merge committed Jun 4, 2024
2 parents d5d3171 + 81035f4 commit 2adbec2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ VERSION ?=
# ALS build date
BUILD_DATE ?=

# CPU limit
PROCESSORS ?= 0

# Define platform-specific variables
ifeq ($(OS),Windows_NT)
PYTHON=python.exe
Expand Down Expand Up @@ -35,7 +38,7 @@ TESTER=$(ROOTDIR)/.obj/tester/tester-run$(EXE)
MOCHA_ALS_UPDATE=

GPRBUILD_EXTRA=
GPRBUILD_FLAGS=-m -j0 $(GPRBUILD_EXTRA)
GPRBUILD_FLAGS=-m -j$(PROCESSORS) $(GPRBUILD_EXTRA)
GPRBUILD=gprbuild $(GPRBUILD_FLAGS) -XSUPERPROJECT=
GPRCLEAN_EXTRA=
GPRCLEAN=gprclean -XSUPERPROJECT= $(GPRCLEAN_EXTRA)
Expand Down

0 comments on commit 2adbec2

Please sign in to comment.