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.
1 parent 4ed28f0 commit 6bfde2eCopy full SHA for 6bfde2e
.gitignore
@@ -97,3 +97,4 @@ pom-mx.xml
97
/*-venv/
98
.aider*
99
*.iprof.gz
100
+compile_commands.json
graalpython/com.oracle.graal.python.cext/CMakeLists.txt
@@ -36,6 +36,8 @@ function(require_var var)
36
endfunction()
37
38
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
39
+add_custom_target(compile_commands_target ALL
40
+ COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_BINARY_DIR}/compile_commands.json" "${CMAKE_SOURCE_DIR}")
41
42
require_var(GRAALPY_PARENT_DIR)
43
require_var(CAPI_INC_DIR)
graalpython/com.oracle.graal.python.cext/compile_flags.txt
0 commit comments