]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Mention compile -r
authorMartin Taibr <taibr.martin@gmail.com>
Sat, 2 Jan 2016 02:20:08 +0000 (02:20 +0000)
committerMartin Taibr <taibr.martin@gmail.com>
Sat, 2 Jan 2016 02:20:08 +0000 (02:20 +0000)
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