mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-30 23:49:01 +08:00
Set dockerrun
This commit is contained in:
parent
9cfaee9b21
commit
2d48b28b0a
4
Makefile
4
Makefile
@ -9,8 +9,8 @@ INCS ?= -Isrc -I.
|
|||||||
SSL ?= MBEDTLS
|
SSL ?= MBEDTLS
|
||||||
CWD ?= $(realpath $(CURDIR))
|
CWD ?= $(realpath $(CURDIR))
|
||||||
ENV ?= -e Tmp=. -e WINEDEBUG=-all
|
ENV ?= -e Tmp=. -e WINEDEBUG=-all
|
||||||
DOCKERCMD ?= docker
|
DOCKERCMD ?= docker run --platform=linux/amd64
|
||||||
DOCKER ?= $(DOCKERCMD) run --rm $(ENV) -v $(CWD):$(CWD) -w $(CWD)
|
DOCKER ?= $(DOCKERCMD) --rm $(ENV) -v $(CWD):$(CWD) -w $(CWD)
|
||||||
VCFLAGS = /nologo /W3 /O2 /MD /I. $(DEFS) $(TFLAGS)
|
VCFLAGS = /nologo /W3 /O2 /MD /I. $(DEFS) $(TFLAGS)
|
||||||
IPV6 ?= 1
|
IPV6 ?= 1
|
||||||
ASAN ?= -fsanitize=address,undefined -fno-sanitize-recover=all
|
ASAN ?= -fsanitize=address,undefined -fno-sanitize-recover=all
|
||||||
|
Loading…
Reference in New Issue
Block a user