Skip to content

Commit

Permalink
Disable -race build flag
Browse files Browse the repository at this point in the history
Enabling data race detection should be sufficient for release builds.
  • Loading branch information
MichaelEischer committed Oct 10, 2024
1 parent ccdebc5 commit 224f516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ all: help
## Build
build: ## Build CalendarSync
@mkdir -p bin
$(GO) build -race -ldflags \
$(GO) build -ldflags \
"-X 'main.Version=$(BUILD_VERSION)' \
-X 'main.BuildTime=$(shell date)' \
-X 'main.GoogleClientID=${CS_GOOGLE_CLIENT_ID}' \
Expand Down

0 comments on commit 224f516

Please sign in to comment.