deprecate Ubuntu 20.04

This commit is contained in:
Lucca Jiménez Könings
2024-06-26 14:10:59 +02:00
parent 29f4d0d286
commit 08374b1398
7 changed files with 2 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
set -ex
./vcpkg/bootstrap-vcpkg.sh
cmake . -B bin $1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -g -Wl,-z,norelro -Wl,--hash-style=gnu -Wl,-z,noseparate-code -ffunction-sections -fdata-sections -Wl,--gc-sections" -DBeamMP-Server_ENABLE_LTO=ON