diff options
author | bloodstalker <thabogre@gmail.com> | 2018-06-29 18:31:09 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-06-29 18:31:09 +0000 |
commit | dd572c60f7d89912bb035714b997a0f81e94d435 (patch) | |
tree | f9e791c8b32d1d528ba9255d4b642821aee41685 /dwasm-cpp/compile_commands.json | |
parent | update (diff) | |
download | dwasm-dd572c60f7d89912bb035714b997a0f81e94d435.tar.gz dwasm-dd572c60f7d89912bb035714b997a0f81e94d435.zip |
update
Diffstat (limited to '')
-rw-r--r-- | dwasm-cpp/compile_commands.json | 7 |
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 |