From: bones_was_here Date: Mon, 21 Aug 2023 16:01:10 +0000 (+0000) Subject: Update ./all compile flag to match current defaults X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8fb3a5c67d30c4b08f6b3ef51e1250c4fa29e85f;p=xonotic%2Fxonotic.wiki.git Update ./all compile flag to match current defaults --- diff --git a/Git.md b/Git.md index c7f7ba1..3fa3aaa 100644 --- 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 -------