mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-28 22:48:05 +03:00
cc90106339
Add flag -no-pie to linker for executable files
HLDS Launcher
What is this?
Dedicated Server Launcher for Goldsrc based games
Building
On Windows:
gradlew --max-workers=1 clean rehlds/dedicated:build
On Linux (ICC):
./gradlew --max-workers=1 clean rehlds/dedicated:build
On Linux (GCC):
./gradlew --max-workers=1 -PuseGcc clean rehlds/dedicated:build
Compiled binaries will be placed in the rehlds/dedicated/build/binaries/ directory