mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-04 06:46:23 +00:00
6 lines
97 B
Bash
6 lines
97 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
cmake . -B bin $1 -DCMAKE_BUILD_TYPE=Release -DBeamMP-Server_ENABLE_LTO=ON
|