From: TimePath Date: Sat, 29 Jul 2017 11:06:01 +0000 (+1000) Subject: Update README (compiling in release mode) X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=dcb3108d544f1ab4ef130bca426d20dbd38d6f16 Update README (compiling in release mode) --- diff --git a/README.md b/README.md index 9a5bcfed..44436fd6 100644 --- 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: