Skip to content

Commit

Permalink
removed unused build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Jul 27, 2023
1 parent 10f4397 commit ed368b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/custom.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ LDFLAGS += -X "main.BuildDate=$(BUILD_DATE)"
LDFLAGS += -X "main.BuildHash=$(BUILD_HASH)"
LDFLAGS += -X "main.BuildHashShort=$(BUILD_HASH_SHORT)"
LDFLAGS += -X "main.CalendarProvider=$(CALENDAR_PROVIDER)"
LDFLAGS += -X "main.CalendarProviderDisplayName=$(CALENDAR_PROVIDER_DISPLAY_NAME)"
LDFLAGS += -X "main.ManifestID=$(PLUGIN_ID)"
LDFLAGS += -X "main.ManivestVersion=$(BUILD_VERSION)"

GO_BUILD_FLAGS = -ldflags '$(LDFLAGS)'

Expand Down

0 comments on commit ed368b8

Please sign in to comment.