]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update Repository_Access
authorMartin Taibr <taibr.martin@gmail.com>
Sat, 30 Nov 2019 22:08:05 +0000 (22:08 +0000)
committerMartin Taibr <taibr.martin@gmail.com>
Sat, 30 Nov 2019 22:08:05 +0000 (22:08 +0000)
Repository_Access.md

index 84c57603972125e8e6512364661d7b69c796fb84..3c41e520ab21b29f777805db6d1125e5220aba03 100644 (file)
@@ -68,7 +68,7 @@ Now the game can be compiled and run with the following commands:
 
 **Note:** if you encounter en error similar to darkplaces#111, try `./all clean && ./all compile -r -0`.
 
-You can use just `./all compile -d` to create a slower unoptimized (debug) build with debug symbols but usually you want `-r` (which is also the new default if you have recent enough git).
+You can use `./all compile -d` to create a slower unoptimized build with debug symbols but usually you want `-r` (which is also the new default).
 
 The `./all run` or `./all compile` line can be followed by `dedicated` to build or run the executable for server hosting. E.g. `./all compile -r dedicated`.