Skip to content

Commit

Permalink
Revert "sync_diff_inspector: use statically build" (#805)
Browse files Browse the repository at this point in the history
ref #782
  • Loading branch information
wuhuizuo authored Jun 12, 2024
1 parent ee96064 commit 2c9fecb
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 @@ -57,7 +57,7 @@ dump_region:
$(GO) build -ldflags '$(LDFLAGS)' -o bin/dump_region ./dump_region

sync_diff_inspector:
CGO_ENABLED=0 $(GO) build -ldflags '$(LDFLAGS)' -o bin/sync_diff_inspector ./sync_diff_inspector
$(GO) build -ldflags '$(LDFLAGS)' -o bin/sync_diff_inspector ./sync_diff_inspector

ddl_checker:
$(GO) build -ldflags '$(LDFLAGS)' -o bin/ddl_checker ./ddl_checker
Expand Down

0 comments on commit 2c9fecb

Please sign in to comment.