diff --git a/compile_commands.json b/compile_commands.json deleted file mode 100644 index 2b3a621..0000000 --- a/compile_commands.json +++ /dev/null @@ -1,31 +0,0 @@ -[ - { - "arguments": [ - "/usr/bin/gcc", - "-c", - "-Wall", - "-Wextra", - "-ggdb", - "-I/home/jasper/uni/i-edge/oss-cad-suite/share/yosys/include", - "-D_YOSYS_", - "-fPIC", - "-I/home/jasper/uni/i-edge/oss-cad-suite/include", - "-std=c++17", - "-O3", - "-DYOSYS_ENABLE_READLINE", - "-DYOSYS_ENABLE_PLUGINS", - "-DYOSYS_ENABLE_GLOB", - "-DYOSYS_ENABLE_ZLIB", - "-I/usr/include/tcl8.6", - "-DYOSYS_ENABLE_TCL", - "-DYOSYS_ENABLE_ABC", - "-DYOSYS_ENABLE_COVER", - "-o", - "plugins/my_cmd.so", - "plugins/my_cmd.cc" - ], - "directory": "/home/jasper/uni/i-edge/application", - "file": "/home/jasper/uni/i-edge/application/plugins/my_cmd.cc", - "output": "/home/jasper/uni/i-edge/application/plugins/my_cmd.so" - } -]