
ifeq ($(CLANG),1)
DEBUGGER_CMD=lldb -o run --
else
DEBUGGER_CMD=gdb -ex r --args
endif
