5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
#! /bin/bash
|
|
|
|
set -e
|
|
cargo build
|
|
LD_LIBRARY_PATH="$(pwd)/libodm/dist:$LD_LIBRARY_PATH" gdb ./target/debug/odm |