Skip to content

Commit 5d3aa43

Browse files
authored
correct build-profiling make command (#1160)
1 parent 5791667 commit 5d3aa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ endif
4848
build-profiling:
4949
@rm -f python/pydantic_core/*.so
5050
ifneq ($(USE_MATURIN),)
51-
maturin develop '--profile profiling'
51+
maturin develop --profile profiling
5252
else
5353
pip install -v -e . --config-settings=build-args='--profile profiling'
5454
endif

0 commit comments

Comments
 (0)