Skip to content

Commit

Permalink
remove ldflags from make test
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryFissionGames committed Aug 20, 2024
1 parent d332fec commit bb92ae9
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 @@ -117,7 +117,7 @@ misspell-fix:

.PHONY: test
test:
$(MAKE) for-all CMD="go test -ldflags="-extldflags='-ld_classic'" -race ./..."
$(MAKE) for-all CMD="go test -race ./..."

.PHONY: test-with-cover
test-with-cover:
Expand Down

0 comments on commit bb92ae9

Please sign in to comment.