Skip to content

Commit bf68450

Browse files
committed
avoid unnecessary clutter: disable compile_commands.json in root dir by default
1 parent e237bde commit bf68450

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
@@ -112,7 +112,7 @@ includeos.pkgs.mkShell.override { inherit (includeos) stdenv; } rec {
112112
113113
114114
# most clangd configurations and editors will look in ./build/, but this just makes it easier to find for some niche edge cases
115-
ln -sfn "${buildpath}/compile_commands.json" "$IOS_SRC/compile_commands.json"
115+
# ln -sfn "${buildpath}/compile_commands.json" "$IOS_SRC/compile_commands.json"
116116
'';
117117
}
118118

0 commit comments

Comments
 (0)