Skip to content

Commit

Permalink
Fix comment case
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Dec 8, 2021
1 parent 3d1de38 commit 3999ffb
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 @@ -70,7 +70,7 @@ build_tags := $(strip $(build_tags))
### Resulting build flags
BUILD_FLAGS := -tags "$(build_tags)" -ldflags '$(ldflags)'

# check for nostrip option
# Check for nostrip option
ifeq (,$(findstring nostrip,$(COSMOS_BUILD_OPTIONS)))
BUILD_FLAGS += -trimpath
endif
Expand Down

0 comments on commit 3999ffb

Please sign in to comment.