summaryrefslogtreecommitdiff
path: root/build/compile_commands.json
diff options
context:
space:
mode:
Diffstat (limited to 'build/compile_commands.json')
-rw-r--r--build/compile_commands.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/compile_commands.json b/build/compile_commands.json
index 2761794..9b2a58e 100644
--- a/build/compile_commands.json
+++ b/build/compile_commands.json
@@ -1,7 +1,7 @@
[
{
"directory": "/Users/nsrddyn/Documents/Tetris/build",
- "command": "gcc -I/opt/homebrew/Cellar/raylib/5.5/include -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -o CMakeFiles/tetris.dir/TETRIS.c.o -c /Users/nsrddyn/Documents/Tetris/TETRIS.c",
+ "command": "gcc -I/opt/homebrew/Cellar/raylib/5.5/include -g -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -o CMakeFiles/tetris.dir/TETRIS.c.o -c /Users/nsrddyn/Documents/Tetris/TETRIS.c",
"file": "/Users/nsrddyn/Documents/Tetris/TETRIS.c",
"output": "CMakeFiles/tetris.dir/TETRIS.c.o"
}