Files
BeamMP-Server/scripts/windows/1-configure.sh
2023-12-05 14:29:09 +01:00

6 lines
97 B
Bash

#!/bin/bash
set -ex
cmake . -B bin $1 -DCMAKE_BUILD_TYPE=Release -DBeamMP-Server_ENABLE_LTO=ON