Skip to content

Commit d2d34f8

Browse files
committed
use buildtype meson argument to set debug and optimization build flags
1 parent 4f7de1d commit d2d34f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stringdtype/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ per-file-ignores = {"__init__.py" = ["F401"]}
3535

3636
[tool.meson-python.args]
3737
dist = []
38-
setup = ["-Ddebug=true", "-Doptimization=0"]
38+
setup = ["-Dbuildtype=debug"]
3939
compile = []
4040
install = []

0 commit comments

Comments
 (0)