Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylfrena committed Feb 22, 2024
1 parent 6c46e1e commit 608cd0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,7 @@ $(OUT_BIN_EH_FRAME): go/deps
$(GO_ENV) CGO_CFLAGS="$(CGO_CFLAGS_DYN)" CGO_LDFLAGS="$(CGO_LDFLAGS_DYN)" $(GO) build $(SANITIZERS) $(GO_BUILD_FLAGS) -o $@ ./cmd/eh-frame

write-dwarf-unwind-tables: build
make -C testdata validate EH_FRAME_BIN=../dist/eh-frame
make -C testdata validate-compact EH_FRAME_BIN=../dist/eh-frame
make -C testdata validate-final EH_FRAME_BIN=../dist/eh-frame
make -C testdata generate

test-dwarf-unwind-tables: write-dwarf-unwind-tables
$(CMD_GIT) diff --exit-code testdata/
Expand Down

0 comments on commit 608cd0a

Please sign in to comment.