mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-15 08:26:40 +00:00
deploy: e2ea94dc71ad8af30eec0de20bdbf896d50a948d
This commit is contained in:
parent
ab32063026
commit
6a6edeb874
2
Makefile
2
Makefile
@ -14,6 +14,8 @@ BUILD_SYSTEM_DIR := vendor/nimbus-build-system
|
||||
# -d:chronicles_colors:none - Necessary to disable colors in logs for Docker
|
||||
DOCKER_IMAGE_NIM_PARAMS ?= -d:chronicles_colors:none -d:insecure
|
||||
|
||||
LINK_PCRE := 0
|
||||
|
||||
# we don't want an error here, so we can handle things later, in the ".DEFAULT" target
|
||||
-include $(BUILD_SYSTEM_DIR)/makefiles/variables.mk
|
||||
|
||||
|
@ -40,6 +40,8 @@ else:
|
||||
# for heap-usage-by-instance-type metrics and object base-type strings
|
||||
--define:nimTypeNames
|
||||
|
||||
switch("define", "withoutPCRE")
|
||||
|
||||
# the default open files limit is too low on macOS (512), breaking the
|
||||
# "--debugger:native" build. It can be increased with `ulimit -n 1024`.
|
||||
if not defined(macosx):
|
||||
|
@ -20,9 +20,6 @@ All of the below commands should be executed at the root level, i.e. `cd ../..`.
|
||||
### Prerequisites
|
||||
|
||||
* GNU Make, Bash and the usual POSIX utilities. Git 2.9.4 or newer.
|
||||
* PCRE
|
||||
|
||||
More information on the installation of these can be found [here](https://github.com/status-im/nimbus#prerequisites).
|
||||
|
||||
### Wakunode
|
||||
|
||||
|
@ -13,9 +13,6 @@ See [spec](https://specs.vac.dev/specs/waku/v2/waku-v2.html).
|
||||
### Prerequisites
|
||||
|
||||
* GNU Make, Bash and the usual POSIX utilities. Git 2.9.4 or newer.
|
||||
* PCRE
|
||||
|
||||
More information on the installation of these can be found [here](https://github.com/status-im/nimbus#prerequisites).
|
||||
|
||||
### Wakunode
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user