2023-02-09 11:34:32 +01:00
|
|
|
ifdef STATIC
|
|
|
|
STATIC_BUILD ?= -static
|
2023-02-09 13:26:01 +01:00
|
|
|
CRYSTAL_STATIC_BUILD ?= --static
|
2023-02-09 16:27:02 +01:00
|
|
|
ZIG_STATIC_BUILD ?= -Dstatic=true
|
2023-02-09 11:34:32 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
# For interactive completion in the shell.
|
|
|
|
STATIC ?=
|