Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# LOCALSTACK CHANGES 2022-03-10: remove linker flags and add gc flags for delve debugger
# LOCALSTACK CHANGES 2022-03-28: change compile src folder
# LOCALSTACK CHANGES 2022-11-14: add --rm flag to compile-with-docker
# LOCALSTACK CHANGES 2026-08-31: disable the jsonv2 GOEXPERIMENT (see GOEXPERIMENT below)

# RELEASE_BUILD_LINKER_FLAGS disables DWARF and symbol table generation to reduce binary size
#RELEASE_BUILD_LINKER_FLAGS=-s -w

export GOEXPERIMENT := nojsonv2

BINARY_NAME=aws-lambda-rie
ARCH=x86_64
GO_ARCH_x86_64 := amd64
Expand Down