From 47e7a17a74368d8ab76a92e460c2f2c6feb09d5c Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Wed, 23 Oct 2024 11:19:12 +0200 Subject: [PATCH] remove compile commands --- .vscode/compile_commands.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .vscode/compile_commands.json diff --git a/.vscode/compile_commands.json b/.vscode/compile_commands.json deleted file mode 100644 index 78fa662..0000000 --- a/.vscode/compile_commands.json +++ /dev/null @@ -1,11 +0,0 @@ -[ -{ - "directory": "/home/simon/Programmation/Assembleur", - "arguments": ["/usr/bin/gcc", "-c", "-m64", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-O3", "-DNDEBUG", "-o", "build/.objs/Assembleur/linux/x86_64/release/src/main.cpp.o", "src/main.cpp"], - "file": "src/main.cpp" -}, -{ - "directory": "/home/simon/Programmation/Assembleur", - "arguments": ["/usr/bin/gcc", "-c", "-m64", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-O3", "-DNDEBUG", "-o", "build/.objs/Assembleur/linux/x86_64/release/src/Assembleur.cpp.o", "src/Assembleur.cpp"], - "file": "src/Assembleur.cpp" -}]