Skip to content

Commit

Permalink
Update Makefile.Common
Browse files Browse the repository at this point in the history
Co-authored-by: Curtis Robert <[email protected]>
  • Loading branch information
Frapschen and crobert-1 authored Aug 31, 2024
1 parent b52a403 commit 04097a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.Common
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SRC_PARENT_DIR := $(shell dirname $(SRC_ROOT))

# build tags required by any component should be defined as an independent variables and later added to GO_BUILD_TAGS below
GO_BUILD_TAGS=""
# The default ldflags allow the build tool to omit the symbol table, debug information, and the DWARF symbol table to downscale binary size.
# These ldflags allow the build tool to omit the symbol table, debug information, and the DWARF symbol table to downscale binary size.
GO_BUILD_LDFLAGS="-s -w"
GOTEST_TIMEOUT?= 600s
GOTEST_OPT?= -race -timeout $(GOTEST_TIMEOUT) -parallel 4 --tags=$(GO_BUILD_TAGS)
Expand Down

0 comments on commit 04097a9

Please sign in to comment.