mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-04 19:14:47 +00:00
fix(ci): enforce basic CPU instruction set to prevent CI issues (#1759)
This commit is contained in:
parent
b51fb61669
commit
35520bd0a5
4
Makefile
4
Makefile
@ -64,6 +64,10 @@ TARGET ?= prod
|
|||||||
GIT_VERSION ?= $(shell git describe --abbrev=6 --always --tags)
|
GIT_VERSION ?= $(shell git describe --abbrev=6 --always --tags)
|
||||||
NIM_PARAMS := $(NIM_PARAMS) -d:git_version=\"$(GIT_VERSION)\"
|
NIM_PARAMS := $(NIM_PARAMS) -d:git_version=\"$(GIT_VERSION)\"
|
||||||
|
|
||||||
|
## Pass CPU architecture to C compiler, use basic x86-64 instruction set by default
|
||||||
|
ARCHITECTURE ?= "x86-64"
|
||||||
|
NIM_PARAMS := $(NIM_PARAMS) --passC:\"-march=$(ARCHITECTURE)\"
|
||||||
|
|
||||||
## Heaptracker options
|
## Heaptracker options
|
||||||
HEAPTRACKER ?= 0
|
HEAPTRACKER ?= 0
|
||||||
HEAPTRACKER_INJECT ?= 0
|
HEAPTRACKER_INJECT ?= 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user