Commit 6d5d3d83 authored by yan.yan's avatar yan.yan
Browse files

debug win CI: ad option to log content in CI

parent dc61940b
[build-system] [build-system]
requires = ["setuptools>=41.0", "wheel", "pccm>=0.2.11", "cumm>=0.1.7"] requires = ["setuptools>=41.0", "wheel", "pccm>=0.2.12", "cumm>=0.1.7"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
...@@ -161,7 +161,8 @@ if disable_jit is not None and disable_jit == "1": ...@@ -161,7 +161,8 @@ if disable_jit is not None and disable_jit == "1":
Path(__file__).resolve().parent / "spconv", Path(__file__).resolve().parent / "spconv",
objects_folder="objects", objects_folder="objects",
std=std, std=std,
disable_pch=True) disable_pch=True,
debug_file_gen=True)
] ]
else: else:
cmdclass = { cmdclass = {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment