Skip to content

Commit 6e8ae44

Browse files
committed
avoid unnecessary clutter: disable compile_commands.json in root dir by default
1 parent 1a64d1a commit 6e8ae44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ includeos.pkgs.mkShell.override { inherit (includeos) stdenv; } rec {
111111
112112
113113
# most clangd configurations and editors will look in ./build/, but this just makes it easier to find for some niche edge cases
114-
ln -sfn "${buildpath}/compile_commands.json" "$IOS_SRC/compile_commands.json"
114+
# ln -sfn "${buildpath}/compile_commands.json" "$IOS_SRC/compile_commands.json"
115115
'';
116116
}
117117

0 commit comments

Comments
 (0)