Skip to content

Commit

Permalink
correct build-profiling make command (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Jan 15, 2024
1 parent 5791667 commit 5d3aa43
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 @@ -48,7 +48,7 @@ endif
build-profiling:
@rm -f python/pydantic_core/*.so
ifneq ($(USE_MATURIN),)
maturin develop '--profile profiling'
maturin develop --profile profiling
else
pip install -v -e . --config-settings=build-args='--profile profiling'
endif
Expand Down

0 comments on commit 5d3aa43

Please sign in to comment.