feat(workspace): catch ipc errors

This commit is contained in:
Alexis
2018-08-11 02:09:39 +02:00
parent 424ebb3c9b
commit 14053d61fc
3 changed files with 33 additions and 20 deletions

View File

@ -6,7 +6,7 @@ project(
)
cpp_args = []
cpp_link_args = ['-g']
cpp_link_args = []
if false # libc++
cpp_args += ['-stdlib=libc++']