Skip to content

Commit c8a89dd

Browse files
committed
Change build type to RelWithDebInfo
1 parent dc484c7 commit c8a89dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ experimental = true
1919

2020
[build.targets.wheel.hooks.scikit-build.cmake]
2121
source-dir = "."
22-
build-type = "Debug"
22+
build-type = "RelWithDebInfo"
2323
verbose = true
2424

2525
[envs.foo.scripts]

0 commit comments

Comments
 (0)