Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env bash
- path_to_cmake_dir=$1
- cmake $path_to_cmake_dir
- cmake --build $path_to_cmake_dir
- cp test full_bin
- cp test cutted_bin
- strip --strip-all cutted_bin
- ulimit -c unlimited # для core-dump в дальнейшем
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement