Skip to content

Commit

Permalink
Update 2-configure.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor authored Dec 30, 2023
1 parent 761dfc8 commit f404f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/debian-11/2-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -ex

./vcpkg/boostrap-vcpkg.sh
./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,--build-id=none -Wl,-z,noseparate-code -ffunction-sections -fdata-sections -Wl,--gc-sections" -DBeamMP-Server_ENABLE_LTO=ON

0 comments on commit f404f78

Please sign in to comment.