aboutsummaryrefslogtreecommitdiff
path: root/compile_commands.json
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-04-18 13:30:03 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-04-18 13:30:03 -0700
commit392c9aff947a41e7e0da0b1a9612e174cfa956a7 (patch)
treeae45404b07da46490c6dcd0a09b82fd3a3dcf2e3 /compile_commands.json
parent1d188c4f816fce8728fdffaa7ad6ef205ca05abd (diff)
test: added prime sieve test of coroutines
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json
index c012748..bc87fa4 100644
--- a/compile_commands.json
+++ b/compile_commands.json
@@ -9,6 +9,54 @@
"-fms-extensions",
"-Iinclude",
"-o",
+ "build/string.o",
+ "src/string.c"
+ ],
+ "directory": "/home/nolln/root",
+ "file": "src/string.c"
+ },
+ {
+ "arguments": [
+ "clang",
+ "-c",
+ "-g",
+ "-fno-strict-aliasing",
+ "-fwrapv",
+ "-fms-extensions",
+ "-Iinclude",
+ "-o",
+ "build/memory.o",
+ "src/memory.c"
+ ],
+ "directory": "/home/nolln/root",
+ "file": "src/memory.c"
+ },
+ {
+ "arguments": [
+ "clang",
+ "-c",
+ "-g",
+ "-fno-strict-aliasing",
+ "-fwrapv",
+ "-fms-extensions",
+ "-Iinclude",
+ "-o",
+ "build/coro.o",
+ "src/coro.c"
+ ],
+ "directory": "/home/nolln/root",
+ "file": "src/coro.c"
+ },
+ {
+ "arguments": [
+ "clang",
+ "-c",
+ "-g",
+ "-fno-strict-aliasing",
+ "-fwrapv",
+ "-fms-extensions",
+ "-Iinclude",
+ "-o",
"build/error.o",
"src/error.c"
],