Skip to content

Commit

Permalink
Remove DEBUG FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCardwell committed Apr 23, 2024
1 parent 6f39c42 commit e1be523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ endif
> $(eval GHC_VERSION := $(shell echo "$(REPO)" | sed 's/^[^:]*://' ))
> $(eval FLAGS := --flag "$(PACKAGE):static")
> $(eval FLAGS += $(shell bin/stack-yaml-flags "$(CONFIG)"))
> @echo "DEBUG FLAGS" $(FLAGS)
> @docker image inspect "$(REPO)" >/dev/null 2>&1 \
> || docker buildx build \
> --build-arg "GHC_VERSION=$(GHC_VERSION)" \
Expand Down

0 comments on commit e1be523

Please sign in to comment.