Skip to content

Commit

Permalink
updated json
Browse files Browse the repository at this point in the history
  • Loading branch information
0bvim committed Mar 11, 2024
1 parent 5b83df0 commit d47089f
Showing 1 changed file with 114 additions and 9 deletions.
123 changes: 114 additions & 9 deletions philo_bonus/compile_commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"arguments": [
"cc",
"-o",
"obj/src/utils/wrapper_functions.o",
"obj/src/utils/cleanup.o",
"-I./includes/",
"-DDEBUG",
"-Wall",
Expand All @@ -121,16 +121,16 @@
"-MD",
"-MP",
"-c",
"src/utils/wrapper_functions.c"
"src/utils/cleanup.c"
],
"file": "src/utils/wrapper_functions.c"
"file": "src/utils/cleanup.c"
},
{
"directory": "/nfs/homes/vde-frei/common_core/philosophers/philo_bonus",
"arguments": [
"cc",
"-o",
"obj/src/utils/cleanup.o",
"obj/src/utils/ft_itoa.o",
"-I./includes/",
"-DDEBUG",
"-Wall",
Expand All @@ -142,16 +142,16 @@
"-MD",
"-MP",
"-c",
"src/utils/cleanup.c"
"src/utils/ft_itoa.c"
],
"file": "src/utils/cleanup.c"
"file": "src/utils/ft_itoa.c"
},
{
"directory": "/nfs/homes/vde-frei/common_core/philosophers/philo_bonus",
"arguments": [
"cc",
"-o",
"obj/src/utils/ft_itoa.o",
"obj/src/main/init.o",
"-I./includes/",
"-DDEBUG",
"-Wall",
Expand All @@ -163,8 +163,113 @@
"-MD",
"-MP",
"-c",
"src/utils/ft_itoa.c"
"src/main/init.c"
],
"file": "src/utils/ft_itoa.c"
"file": "src/main/init.c"
},
{
"directory": "/nfs/homes/vde-frei/common_core/philosophers/philo_bonus",
"arguments": [
"cc",
"-o",
"obj/src/dinner/dinner.o",
"-I./includes/",
"-DDEBUG",
"-Wall",
"-Werror",
"-Wextra",
"-g3",
"-pedantic",
"-flto",
"-MD",
"-MP",
"-c",
"src/dinner/dinner.c"
],
"file": "src/dinner/dinner.c"
},
{
"directory": "/nfs/homes/vde-frei/common_core/philosophers/philo_bonus",
"arguments": [
"cc",
"-o",
"obj/src/dinner/monitor.o",
"-I./includes/",
"-DDEBUG",
"-Wall",
"-Werror",
"-Wextra",
"-g3",
"-pedantic",
"-flto",
"-MD",
"-MP",
"-c",
"src/dinner/monitor.c"
],
"file": "src/dinner/monitor.c"
},
{
"directory": "/nfs/homes/vde-frei/common_core/philosophers/philo_bonus",
"arguments": [
"cc",
"-o",
"obj/src/dinner/synchro.o",
"-I./includes/",
"-DDEBUG",
"-Wall",
"-Werror",
"-Wextra",
"-g3",
"-pedantic",
"-flto",
"-MD",
"-MP",
"-c",
"src/dinner/synchro.c"
],
"file": "src/dinner/synchro.c"
},
{
"directory": "/nfs/homes/vde-frei/common_core/philosophers/philo_bonus",
"arguments": [
"cc",
"-o",
"obj/src/dinner/write.o",
"-I./includes/",
"-DDEBUG",
"-Wall",
"-Werror",
"-Wextra",
"-g3",
"-pedantic",
"-flto",
"-MD",
"-MP",
"-c",
"src/dinner/write.c"
],
"file": "src/dinner/write.c"
},
{
"directory": "/nfs/homes/vde-frei/common_core/philosophers/philo_bonus",
"arguments": [
"cc",
"-o",
"obj/src/utils/handling_str.o",
"-I./includes/",
"-DDEBUG",
"-Wall",
"-Werror",
"-Wextra",
"-g3",
"-pedantic",
"-flto",
"-MD",
"-MP",
"-c",
"src/utils/handling_str.c"
],
"file": "src/utils/handling_str.c"
}
]

0 comments on commit d47089f

Please sign in to comment.