]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update ./all compile flag to match current defaults
authorbones_was_here <bones_was_here@xonotic.au>
Mon, 21 Aug 2023 16:01:10 +0000 (16:01 +0000)
committerbones_was_here <bones_was_here@xonotic.au>
Mon, 21 Aug 2023 16:01:10 +0000 (16:01 +0000)
Git.md

diff --git a/Git.md b/Git.md
index c7f7ba181d350967ad8b14c3f71fef5178e85e3b..3fa3aaa30f92b32541e4b6d4c30ef27e3663314f 100644 (file)
--- a/Git.md
+++ b/Git.md
@@ -27,7 +27,7 @@ Please check [Repository Access](Repository_Access) to make sure you checked out
 Compiling
 ---------
 
-Run `./all compile` to compile the engine and gamecode. Add `-r` for a faster release build without debugging symbols.
+Run `./all compile` to compile the engine and gamecode. Add `-d` to include debugging symbols.
 
 Running
 -------