2024-01-25 09:41:07 +01:00

11 lines
247 B
Bash
Executable File

#!/bin/bash
set -ex
cmake --build bin --parallel -t BeamMP-Launcher
objcopy --only-keep-debug bin/BeamMP-Launcher bin/BeamMP-Launcher.debug
objcopy --add-gnu-debuglink bin/BeamMP-Launcher bin/BeamMP-Launcher.debug
strip -s bin/BeamMP-Launcher