aboutsummaryrefslogtreecommitdiffstats
path: root/dwasm-cpp/compile_commands.json
diff options
context:
space:
mode:
Diffstat (limited to 'dwasm-cpp/compile_commands.json')
-rw-r--r--dwasm-cpp/compile_commands.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/dwasm-cpp/compile_commands.json b/dwasm-cpp/compile_commands.json
new file mode 100644
index 0000000..28a6977
--- /dev/null
+++ b/dwasm-cpp/compile_commands.json
@@ -0,0 +1,7 @@
+[
+ {
+ "command": "c++ -c -std=c++11 -o dwasm.o dwasm.cpp",
+ "directory": "/home/bloodstalker/extra/dwasm/dwasm-cpp",
+ "file": "/home/bloodstalker/extra/dwasm/dwasm-cpp/dwasm.cpp"
+ }
+] \ No newline at end of file