]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Repository_Access.md
Mention compile -r
[xonotic/xonotic.wiki.git] / Repository_Access.md
index 65e6a489c157b567d5bc5999c82efcffcb616e69..bd860ce2fc1e3db839304e791d81702a89fff26f 100644 (file)
@@ -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