From bf4ff2919aaf6b19776ddc4f54e6d7e865a58c40 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Sat, 2 Jan 2016 02:20:08 +0000 Subject: [PATCH] Mention compile -r --- Repository_Access.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2