Skip to content

Commit

Permalink
ci: add '-C force-frame-pointers=yes'
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 committed Aug 16, 2024
1 parent d147278 commit e5a2855
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 @@ -71,7 +71,7 @@ endif

.PHONY: build
build: ## Build debug version greptime.
cargo ${CARGO_EXTENSION} build ${CARGO_BUILD_OPTS}
RUSTFLAGS="-C force-frame-pointers=yes" cargo ${CARGO_EXTENSION} build ${CARGO_BUILD_OPTS}

.PHONY: build-by-dev-builder
build-by-dev-builder: ## Build greptime by dev-builder.
Expand Down

0 comments on commit e5a2855

Please sign in to comment.