From: Martin Taibr Date: Sat, 2 Jan 2016 02:20:08 +0000 (+0000) Subject: Mention compile -r X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=bf4ff2919aaf6b19776ddc4f54e6d7e865a58c40;p=xonotic%2Fxonotic.wiki.git Mention compile -r --- diff --git a/Repository_Access.md b/Repository_Access.md index 65e6a48..bd860ce 100644 --- a/Repository_Access.md +++ b/Repository_Access.md @@ -64,6 +64,8 @@ After that, you have a working checkout of the repository. The game can be compi ./all compile ./all run +Use `./all compile -r` to create a faster build without debug symbols. + The `./all run` line can be followed by one of `glx` (Linux native), `sdl` (input/sound managed by SDL), `agl` (OSX native), `wgl` (Windows native), or `dedicated` (for server hosting) to choose which executable to run or compile. Seen as follows: ./all compile dedicated