Skip to content
Snippets Groups Projects
Commit 208ca4f6 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Generate compile_commands.json

parent 0e91dae9
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ result
*.dmg
dist/MacOS/nheko.app/Contents/MacOS/nheko
.clang
compile_commands.json
# AppImage
*.AppImage
......
debug:
@cmake -H. -GNinja -Bbuild -DCMAKE_BUILD_TYPE=Debug
@cmake -H. -GNinja -Bbuild -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=1
@cmake --build build
@cp build/compile_commands.json .
ci:
@cmake -H. -GNinja -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment