From 179a6faf7ec9181febba149e0cf5d9fdbdd115c2 Mon Sep 17 00:00:00 2001 From: Zhaoyilunnn Date: Sun, 30 Jun 2024 22:08:42 +0800 Subject: [PATCH] chore: update gitignore and remove debug in setup.py --- .gitignore | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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,