We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a813939 + 30ce71e commit 9eddc91Copy full SHA for 9eddc91
.gitignore
@@ -12,5 +12,7 @@ __pycache__/
12
*.npy
13
*.meta
14
15
+compile_commands.json
16
+
17
/scripts/*.py
18
!/scripts/format.py
CMakeLists.txt
@@ -9,6 +9,7 @@ option(USE_BANG "Support Hanwuji MLU" OFF)
9
10
set(CMAKE_CXX_STANDARD 20)
11
set(CMAKE_CXX_STANDARD_REQUIRED ON)
+set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
0 commit comments