diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-17 21:42:02 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-17 21:42:02 +0100 |
| commit | 9ff91999b122df64c910b3d7ebed1ceda949e0c0 (patch) | |
| tree | e7c91ec9af16f850057238657d495938df3e2158 /build/compile_commands.json | |
| parent | de3d3056c8b82d868ff42362a2f6e9d2cd26a551 (diff) | |
collision works but overlaps
Diffstat (limited to 'build/compile_commands.json')
| -rw-r--r-- | build/compile_commands.json | 2 |
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" } |
