aboutsummaryrefslogtreecommitdiffstats
path: root/dwasm-cpp/compile_commands.json
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-06-29 18:31:09 +0000
committerbloodstalker <thabogre@gmail.com>2018-06-29 18:31:09 +0000
commitdd572c60f7d89912bb035714b997a0f81e94d435 (patch)
treef9e791c8b32d1d528ba9255d4b642821aee41685 /dwasm-cpp/compile_commands.json
parentupdate (diff)
downloaddwasm-dd572c60f7d89912bb035714b997a0f81e94d435.tar.gz
dwasm-dd572c60f7d89912bb035714b997a0f81e94d435.zip
update
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