server2 multithread
This commit is contained in:
21
server2/compile_commands.json
Normal file
21
server2/compile_commands.json
Normal file
@@ -0,0 +1,21 @@
|
||||
[
|
||||
{
|
||||
"file": "src/main.c",
|
||||
"arguments": [
|
||||
"gcc",
|
||||
"-Wall",
|
||||
"-O0",
|
||||
"-g",
|
||||
"-DDEBUG",
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Isrc",
|
||||
"-c",
|
||||
"src/main.c",
|
||||
"-o",
|
||||
"build/main.o"
|
||||
],
|
||||
"directory": "/home/tom/Dev/networkc",
|
||||
"output": "build/main.o"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user