diff --git a/.gitignore b/.gitignore index 88abe5d..68e5025 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,7 @@ wheelhouse # documents doc/build doc/pages + +# lsp +.cache +compile_commands.json diff --git a/setup.py b/setup.py index b99fa7a..28e9431 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ long_description=long_description, long_description_content_type="text/markdown", extras_require={"test": ["pytest"]}, - cmake_args=["-DCMAKE_BUILD_TYPE:STRING=Debug"], + # cmake_args=["-DCMAKE_BUILD_TYPE:STRING=Debug"], python_requires=">=3.8", zip_safe=False, setup_cfg=True,