]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Update README (compiling in release mode)
authorTimePath <andrew.hardaker1995@gmail.com>
Sat, 29 Jul 2017 11:06:01 +0000 (21:06 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Sat, 29 Jul 2017 11:06:01 +0000 (21:06 +1000)
README.md

index 9a5bcfeda37d75190906d51d5537e482630f7a50..44436fd6ae95f694940e761222c6366b31188a9e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -56,8 +56,14 @@ brew link --force gettext
 
 This project uses the usual CMake workflow:
 
+## Debug
+
 `cmake -G "Unix Makefiles" -H . -B build && cmake --build build -- -j$(nproc)`
 
+## Release
+
+`cmake -G "Unix Makefiles" -H . -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build -- -j$(nproc)`
+
 ## More Compilation Details
 
 options: